Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 1ebb5ab851c0a7ba930fa3b14e0028a2b689101f Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.43.0' > git ls-remote -h -- https://github.com/eclipse-capella/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision ccf4b7fd431548122954b58efcb84fcee56a273f Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-capella/capella-pipeline-library > git init /var/jenkins/workspace/Basic-vp_master@libs/549103b18a572779415bc228b702496a2a068001a271f9c86ae5868a6306a3ac # timeout=10 Fetching upstream changes from https://github.com/eclipse-capella/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --no-tags --force --progress -- https://github.com/eclipse-capella/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-capella/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ccf4b7fd431548122954b58efcb84fcee56a273f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10 Commit message: "[sonar] Update Sonar" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-3c1kt 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-3c1kt" 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-3c1kt" - 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-3c1kt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-3c1kt in /home/jenkins/agent/workspace/Basic-vp_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-capella/capella-basic-vp.git > git init /home/jenkins/agent/workspace/Basic-vp_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-capella/capella-basic-vp.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/capella-basic-vp.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse-capella/capella-basic-vp.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 1ebb5ab851c0a7ba930fa3b14e0028a2b689101f (master) Commit message: "[releng] Add sonar step" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 1ebb5ab851c0a7ba930fa3b14e0028a2b689101f # timeout=10 [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] sh + mvn verify -f releng/org.polarsys.capella.basic.viewpoints.target/pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 7.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition --- [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 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/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/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/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, tp/capella.target-definition.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/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (146.12kB) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20230606-0205/ (110B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20230606-0205/ (110B) >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20230606-0205/ (106.34kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20230606-0205/ (106.34kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (26.03kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (26.03kB) >> 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.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.43kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> Fetching p2.index from https://download.eclipse.org/releases/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/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/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/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/ (47.32kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/ (47.32kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (30.73kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (30.73kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (60.52kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (60.52kB) >> 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/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> Fetching p2.index from https://download.eclipse.org/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/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/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) The target platform definition file has been successfully generated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.939 s [INFO] Finished at: 2024-03-13T14:44:38Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Package basic vp) [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*" [Basic-vp_master] $ Xvnc -help Starting xvnc [Basic-vp_master] $ Xvnc :52 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Wed Mar 13 14:44:45 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5952 vncext: created VNC server for screen 0 [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.destFile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent clean verify -Pfull -Psign -e -f pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/.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-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-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.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/tp/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/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@69f55ea... 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:org.polarsys.capella.vp.mass.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/.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.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/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/R20230302014618/repository/plugins/ (1.44MB) [INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.48kB) [INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141kB) [INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.7kB) [INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (712.18kB) [INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (356.1kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.47kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (300.96kB) [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/nattable/releases/2.1.0/repository/plugins/ (109.07kB) [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.validation_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (412.33kB) [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.gmf.runtime.common.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (120.44kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (135.8kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (116.27kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (193.24kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.01kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (155.83kB) [INFO] Fetching org.eclipse.sirius_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (883.27kB) [INFO] Fetching org.eclipse.sirius.common_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (259.8kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (96.65kB) [INFO] Fetching org.eclipse.sirius.model_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (643kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (19.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.45kB) [INFO] Fetching org.eclipse.sirius.diagram_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (714.61kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (761.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (16.06kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.sirius.table_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (141.45kB) [INFO] Fetching org.eclipse.sirius.table.model_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (248.68kB) [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.polarsys.capella.common_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.77kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.86kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (148.99kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.52kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (36.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.2kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.68kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.35kB) [INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (63.73kB) [INFO] Fetching org.polarsys.capella.common.model_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.25kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.58kB) [INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.29kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.39kB) [INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.92kB) [INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.72kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.32kB) [INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.35kB) [INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.24MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.25MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (417.14kB) [INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (128.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.7kB) [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:org.polarsys.capella.vp.mass.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (360.77kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.85kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (503.27kB) [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.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.sirius.common.acceleo.aql_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (36.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (90.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (84.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (27.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (44.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (40.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (73.15kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (43.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (33.75kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (591.45kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.cdo_4.21.0.v20230221-1613.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.emf.cdo.common_4.20.1.v20230221-1613.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (726.97kB) [INFO] Fetching org.eclipse.net4j.util_3.21.1.v20230221-1613.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (868.42kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.51kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.67kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.18kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.35kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (182.62kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20220506-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.94kB) [INFO] Fetching org.apache.batik.anim_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (524.02kB) [INFO] Fetching org.apache.batik.dom_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (200.28kB) [INFO] Fetching org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (245.63kB) [INFO] Fetching org.apache.batik.awt.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (446.37kB) [INFO] Fetching org.apache.batik.parser_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (88.94kB) [INFO] Fetching org.apache.batik.ext_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.96kB) [INFO] Fetching org.apache.batik.bridge_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (739.11kB) [INFO] Fetching org.apache.batik.gvt_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (206.58kB) [INFO] Fetching org.apache.batik.script_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (34.04kB) [INFO] Fetching org.apache.batik.xml_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (42.04kB) [INFO] Fetching org.apache.batik.codec_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.34kB) [INFO] Fetching org.apache.batik.transcoder_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141.19kB) [INFO] Fetching org.apache.batik.svggen_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (246.22kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20221207-1049.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (823.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (356.05kB) [INFO] Fetching org.apache.sshd.osgi_2.9.2.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.88MB) [INFO] Fetching org.apache.sshd.sftp_2.9.2.v20221117-1942.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.68kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.84kB) [INFO] Fetching org.eclipse.draw2d_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (650.37kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.egit.core_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (628.95kB) [INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.94MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.11kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.13kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (212.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.7kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (999.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (261.47kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (104.02kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.44kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (41.37kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.86kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (221.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (139.8kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (201.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (219kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (65.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (26.17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (126.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.27kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (321.11kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.5.1.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (1.58MB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (286.71kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (43.39kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (59.42kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (439.04kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (5.81MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.74kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (283.54kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (119.12kB) [INFO] Fetching org.eclipse.sirius.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (1.43MB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (34.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.63kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (18.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.79kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.46kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.85kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.97kB) [INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.6kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.33kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.09kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.15kB) [INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.47kB) [INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.39kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.23kB) [INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.25kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.05kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.08kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.11kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.23kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.76kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.37kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.62kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.94kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.51kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (201.34kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.34kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.8kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.57kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.43kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.58kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.28kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.8kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.32kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.31kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.92kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.38kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.75kB) [INFO] Fetching org.polarsys.capella.core.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.64kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.16kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.87kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.93kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/tp/capella.target-definition.target for environments=[linux/gtk/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@69f55ea... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (927.08kB) [INFO] Fetching ch.qos.logback.classic_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (312.08kB) [INFO] Fetching ch.qos.logback.core_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (509.72kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (21.17kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB) [INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/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 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.4.1.v20220503-2331.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (339.43kB) [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 jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.03kB) [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 org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (421.77kB) [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.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.96MB) [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/mylyn/drops/3.26.0/v20230503-2157/plugins/ (314.74kB) [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/2023-03/202303151000/plugins/ (2.36MB) [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.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/releases/2023-03/202303151000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.69kB) [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.query.doc_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.12kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.72kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (15.12kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (323.95kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.62kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (18.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.14.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (176.59kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.14.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (25.82kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.14.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (120.12kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.14.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (19.17kB) [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.sirius.table.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (585.16kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (247.89kB) [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.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.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.collections_10.4.0.v20200820-2049.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (11.09MB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.24kB) [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.eclipse.draw2d_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.source_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (539.94kB) [INFO] Fetching org.eclipse.draw2d.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.67kB) [INFO] Fetching org.eclipse.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.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/2023-03/202303151000/plugins/ (129.01kB) [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.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.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/releases/2023-03/202303151000/plugins/ (321.27kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (128.49kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.78kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-03/202303151000/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/releases/2023-03/202303151000/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.56kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-03/202303151000/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/2023-03/202303151000/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/2023-03/202303151000/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.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.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.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/2023-03/202303151000/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.33kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.07kB) [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.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/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.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.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/releases/2023-03/202303151000/plugins/ (376.07kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (85.46kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (615.96kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (828.19kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/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.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (25.15kB) [INFO] Fetching org.eclipse.egit.ui_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.egit.doc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.49MB) [INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.egit.core.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.28kB) [INFO] Fetching org.eclipse.egit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.97MB) [INFO] Fetching org.eclipse.egit.gitflow.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.43kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (67.08kB) [INFO] Fetching org.eclipse.egit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.31kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.41kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (387.45kB) [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.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.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.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_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.9kB) [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_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [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_2.29.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [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_2.20.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.86kB) [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_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.31kB) [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.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.53kB) [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.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_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB) [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_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [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.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.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.connector.git_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (34.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (86.5kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (117.07kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (294.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (106.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (68.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (23.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (35.89kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (37.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.doc_2.29.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.31.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ecore.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.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_2.19.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [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_2.31.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB) [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.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.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_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [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.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.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.44kB) [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.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_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [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.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.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.ui_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB) [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.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.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/2023-03/202303151000/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.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_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB) [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_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [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_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB) [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_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (829.01kB) [INFO] Fetching org.eclipse.gef.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.27kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (20.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.14kB) [INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.98kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (754.98kB) [INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (24.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.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.apache.batik.shared.resources_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.48kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (398.36kB) [INFO] Fetching org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (417.71kB) [INFO] Fetching org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (516.44kB) [INFO] Fetching org.apache.batik.codec.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (108.62kB) [INFO] Fetching org.apache.batik.constants.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (11.91kB) [INFO] Fetching org.apache.batik.css.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (309.03kB) [INFO] Fetching org.apache.batik.dom.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (171.95kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (236.1kB) [INFO] Fetching org.apache.batik.ext.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.69kB) [INFO] Fetching org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (215.96kB) [INFO] Fetching org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.33kB) [INFO] Fetching org.apache.batik.parser.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.99kB) [INFO] Fetching org.apache.batik.script.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (37.32kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.42kB) [INFO] Fetching org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (260.27kB) [INFO] Fetching org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.21kB) [INFO] Fetching org.apache.batik.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.66kB) [INFO] Fetching org.apache.batik.xml.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (28.88kB) [INFO] Fetching org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (661kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (179.75kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (73.52kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (36.03kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.94kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (82.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (845.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (83.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (87.69kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (50.2kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (233.92kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (98.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (29.33kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.49kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (91.99kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (23.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.68kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.71kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (61.99kB) [INFO] Fetching org.eclipse.gmf.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.97kB) [INFO] Fetching 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.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 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/2023-03/202303151000/plugins/ (164.65kB) [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/2023-03/202303151000/plugins/ (461.72kB) [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/2023-03/202303151000/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_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.74kB) [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.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/2023-03/202303151000/plugins/ (71.97kB) [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.tree_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (66.98kB) [INFO] Fetching org.objectweb.asm.util_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/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.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.61kB) [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.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.junit.core_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.79kB) [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.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.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.43kB) [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.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/2023-03/202303151000/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/2023-03/202303151000/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/2023-03/202303151000/plugins/ (261.47kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2023-03/202303151000/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.agent_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB) [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.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.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (2.76MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (142.29kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/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.pde.api.tools_1.2.1200.v20230214-1309.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (933.94kB) [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.ui_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.54MB) [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.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.templates_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (581.33kB) [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.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2023-03/202303151000/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.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/2023-03/202303151000/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.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.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.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/ (17.41MB of 35.28MB at 17.4MB/s) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.57MB of 35.28MB at 17.27MB/s) [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.ide.application_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.89kB) [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.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-03/202303151000/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/releases/2023-03/202303151000/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/2023-03/202303151000/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.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.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.ui.source_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.59kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.22kB) [INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.43MB) [INFO] Fetching org.eclipse.rcp.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (416.32kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (24.7kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (20.77kB) [INFO] Fetching org.eclipse.sirius.aql_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (20.55kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.37kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (190.82kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (390.99kB) [INFO] Fetching org.eclipse.sirius.doc_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.97MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.97MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (20.99kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (31.95kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.77kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (16.92kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (156.39kB) [INFO] Fetching org.eclipse.sirius.tree_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (111.93kB) [INFO] Fetching org.eclipse.sirius.runtime_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (21.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (22.91kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.61kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (102.95kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (18.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (155.5kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.85kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (278.12kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (256.7kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (2.44MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (403.25kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (171.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.06kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (888.83kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (9.88kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (33.24kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.65kB) [INFO] Fetching org.eclipse.sirius.common.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (201.74kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (84.18kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (657.53kB) [INFO] Fetching org.eclipse.sirius.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (696.12kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (725.79kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (498.19kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (233.83kB) [INFO] Fetching org.eclipse.sirius.table.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (104.09kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (146.16kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (27.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (8.54kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/plugins/ (18.18kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.4.0.202402151543.jar from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240215-101501/2023-03/features/ (20.59kB) [INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.19kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (42.24kB) [INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.24kB) [INFO] Fetching org.polarsys.capella.common.re_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (253.93kB) [INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (276.88kB) [INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.89kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (313.89kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.24kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.46kB) [INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.1kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (27.2kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (66.04kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.69kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (194.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.49kB) [INFO] Fetching org.polarsys.capella.core.application_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.6kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.32kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (118.61kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.84kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (546.88kB) [INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.04kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.56kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (291.48kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (469.9kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.1kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.49kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.8kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (108.7kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.18kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (120.62kB) [INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.52kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (47.1kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.68kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.19kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (139.47kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (146.1kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.01kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.47kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.14kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.72kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (67.48kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.75kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.35kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.25kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.85kB) [INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (163.02kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.29kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.06kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.45kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (63.16kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.32kB) [INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.72kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.13kB) [INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.45kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (52.55kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.71kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.22MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.18kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.core.services_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.61kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.37kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (87.22kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (86.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.61kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.65kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.26kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.21kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.06kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.68kB) [INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (263.71kB) [INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.83kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.24kB) [INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.75kB) [INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.12kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.36kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.87kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.17kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.05kB) [INFO] Fetching org.polarsys.capella.ui.views_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.37kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.89kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.25kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (131.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.05kB) [INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (375.78kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.46kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.68kB) [INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (991.04kB) [INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.54kB) [INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.41MB) [INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (423.28kB) [INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.96kB) [INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.18MB) [INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.88kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202403131414.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202403121614.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (158.53kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (117.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (9.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (22.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (85.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (65.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (38.82kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/features/ (20.8kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (24.46kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (109.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (52.29kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.95kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (19.08kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (20.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.28kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.76kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (15.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.33kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (35.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.31kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (33.47kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (24.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (22.55kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.77kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (88.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (296.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (27.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (77.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (24.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (55.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (216.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (20.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (31.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (78.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (45.4kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (48.65kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (163.81kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (23.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (16.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/plugins/ (29.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202401310927.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/features/ (11.26kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.price.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.cdo.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.docgen.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.tests.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.af:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.business.queries:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.docgen:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (78.9kB) [INFO] Fetching org.eclipse.egf.core_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (139.42kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (90.54kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.84kB) [INFO] Fetching org.eclipse.egf.domain_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.3kB) [INFO] Fetching org.eclipse.egf.model_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (407.63kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.06kB) [INFO] Fetching org.eclipse.egf.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (71.28kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (149.78kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.13kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.12kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202403051538.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (476.39kB) [INFO] Fetching org.polarsys.capella.docgen_7.0.0.202403121300.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (545.44kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202403051538.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (33.09kB) [INFO] Fetching org.polarsys.capella.docgen.preference_7.0.0.202403121300.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (22.22kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.migration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.semantic.queries:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.sirius.analysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.sirius.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.trace:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.transition:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.tests.ju:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/pom.xml [INFO] Fetching org.polarsys.capella.test.table_7.0.0.202403121614.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (117.54kB) [INFO] Fetching org.polarsys.capella.test.diagram.common.ju_7.0.0.202403121614.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (500.28kB) [INFO] Fetching org.polarsys.capella.test.business.queries.ju_7.0.0.202403121614.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (2.39MB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_7.0.0.202403121614.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (2.72MB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.viewpoint.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Basic Viewpoints [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.mass.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.mass.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.mass.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.perfo.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.perfo.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.price.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.price.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.price [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.price.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.price.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.requirement.features [pom] [INFO] org.polarsys.capella.basic.requirement.bundles [pom] [INFO] org.polarsys.capella.basic.requirement.model [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.af [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.doc [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.properties [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.validation [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.migration [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.trace [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.preferences [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.transition [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.docgen [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.docgen.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.basic.requirement.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.viewpoint.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.basic.viewpoints >------ [INFO] Building Capella Basic Viewpoints 7.0.0-SNAPSHOT [1/103] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.addon.basic.viewpoints --- [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.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.addon.basic.viewpoints --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.addon.basic.viewpoints --- [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 (attach-p2-metadata) @ org.polarsys.capella.addon.basic.viewpoints --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.features >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.features 7.0.0-SNAPSHOT [2/103] [INFO] from massviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.plugins 7.0.0-SNAPSHOT [3/103] [INFO] from massviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.model >----------- [INFO] Building org.polarsys.capella.vp.mass.model 7.0.0-SNAPSHOT [4/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.model --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.model --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.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/2023-03/202303151000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (39.29kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (27.41kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.78kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.model --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/target/org.polarsys.capella.vp.mass.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.model --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.mass >-------------- [INFO] Building org.polarsys.capella.vp.mass 7.0.0-SNAPSHOT [5/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass --- [INFO] Resolving class path of org.polarsys.capella.vp.mass... [INFO] Fetching org.eclipse.ui.win32_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.48kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/target/org.polarsys.capella.vp.mass-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.design >---------- [INFO] Building org.polarsys.capella.vp.mass.design 7.0.0-SNAPSHOT [6/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.design --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.design --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.design... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.design --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.design --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.design --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/target/org.polarsys.capella.vp.mass.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.design --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.design --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.af >------------ [INFO] Building org.polarsys.capella.vp.mass.af 7.0.0-SNAPSHOT [7/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.af --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.af --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.af... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.af --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.af --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/target/org.polarsys.capella.vp.mass.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.af --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.af --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.af.feature >-------- [INFO] Building org.polarsys.capella.vp.mass.af.feature 7.0.0-SNAPSHOT [8/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.af.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/target/org.polarsys.capella.vp.mass.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.mass.doc >------------ [INFO] Building org.polarsys.capella.vp.mass.doc 7.0.0-SNAPSHOT [9/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.doc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.doc --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/target/org.polarsys.capella.vp.mass.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/target/org.polarsys.capella.vp.mass.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/target/org.polarsys.capella.vp.mass.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/target/org.polarsys.capella.vp.mass.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.doc --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.model.edit >-------- [INFO] Building org.polarsys.capella.vp.mass.model.edit 7.0.0-SNAPSHOT [10/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.model.edit... [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.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.48kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/target/org.polarsys.capella.vp.mass.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.mass.sbrowser 7.0.0-SNAPSHOT [11/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.sbrowser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.sbrowser --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/target/org.polarsys.capella.vp.mass.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.ui >------------ [INFO] Building org.polarsys.capella.vp.mass.ui 7.0.0-SNAPSHOT [12/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.ui --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.ui --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/target/org.polarsys.capella.vp.mass.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.mass.representation.feature >-- [INFO] Building org.polarsys.capella.vp.mass.representation.feature 7.0.0-SNAPSHOT [13/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.representation.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/target/org.polarsys.capella.vp.mass.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.mass.rules.analysis 7.0.0-SNAPSHOT [14/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.rules.analysis... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.analysis --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/target/org.polarsys.capella.vp.mass.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.mass.rules.computation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.computation 7.0.0-SNAPSHOT [15/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.rules.computation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.computation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/target/org.polarsys.capella.vp.mass.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.mass.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.mass.rules.transformation 7.0.0-SNAPSHOT [16/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.rules.transformation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.transformation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/target/org.polarsys.capella.vp.mass.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.validation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.validation 7.0.0-SNAPSHOT [17/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.rules.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.validation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/target/org.polarsys.capella.vp.mass.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.generation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.generation 7.0.0-SNAPSHOT [18/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.rules.generation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.generation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/target/org.polarsys.capella.vp.mass.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.feature >------- [INFO] Building org.polarsys.capella.vp.mass.rules.feature 7.0.0-SNAPSHOT [19/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.rules.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/target/org.polarsys.capella.vp.mass.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.vpdsl >----------- [INFO] Building org.polarsys.capella.vp.mass.vpdsl 7.0.0-SNAPSHOT [20/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.vpdsl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.vpdsl --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/target/org.polarsys.capella.vp.mass.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.feature >---------- [INFO] Building org.polarsys.capella.vp.mass.feature 7.0.0-SNAPSHOT [21/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/target/org.polarsys.capella.vp.mass.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.model.cdo >--------- [INFO] Building org.polarsys.capella.vp.mass.model.cdo 7.0.0-SNAPSHOT [22/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.model.cdo --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/target/org.polarsys.capella.vp.mass.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.model.cdo --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/build.properties: bin.includes value(s) [model/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/target/org.polarsys.capella.vp.mass.model.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.model.cdo --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/target/org.polarsys.capella.vp.mass.model.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/target/org.polarsys.capella.vp.mass.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.mass.cdo.feature >-------- [INFO] Building org.polarsys.capella.vp.mass.cdo.feature 7.0.0-SNAPSHOT [23/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/target/org.polarsys.capella.vp.mass.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.cdo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/target/org.polarsys.capella.vp.mass.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/target/org.polarsys.capella.vp.mass.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/target/org.polarsys.capella.vp.mass.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.mass.tests.ju 7.0.0-SNAPSHOT [24/103] [INFO] from massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true -Xms256m -Xmx1024m [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.tests.ju... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.tests.ju --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.tests.ju --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/org.polarsys.capella.vp.mass.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/org.polarsys.capella.vp.mass.tests.ju-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/org.polarsys.capella.vp.mass.tests.ju-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/org.polarsys.capella.vp.mass.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.vp.mass.tests.ju --- [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/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/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.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true, -Xms256m, -Xmx1024m, -Dosgi.clean=true, -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, -data, /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/work/data, -install, /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/target/surefire.properties, -testApplication, org.polarsys.capella.core.platform.sirius.ui.perspective.id, -product, org.polarsys.capella.rcp.product, -nouithread] Launching application org.polarsys.capella.core.platform.sirius.ui.perspective.id... Running org.polarsys.capella.vp.mass.ju.testSuites.MassSessionListenerTestSuite [MassCalculatedOpeningSessionTest] >> require >> load MassProject [MassCalculatedOpeningSessionTest] >> release >> unload MassProject [EditMassNodeTest] >> require >> load MassProject [EditMassNodeTest] >> release >> unload MassProject [EditMassBehaviorTest] >> require >> load MassProject [EditMassBehaviorTest] >> release >> unload MassProject [AddMassNodeTest] >> require >> load MassProject [AddMassNodeTest] >> release >> unload MassProject [AddMassBehaviorTest] >> require >> load MassProject [AddMassBehaviorTest] >> release >> unload MassProject [DeleteNodeWithMassTest] >> require >> load MassProject [DeleteNodeWithMassTest] >> release >> unload MassProject [DeleteBehaviorWithMassTest] >> require >> load MassProject [DeleteBehaviorWithMassTest] >> release >> unload MassProject [DeletePartMassBehaviorTest] >> require >> load MassProject [DeletePartMassBehaviorTest] >> release >> unload MassProject [DeletePartMassNodeTest] >> require >> load MassProject [DeletePartMassNodeTest] >> release >> unload MassProject [AddOneBehaviorOneNodeWithMassTest] >> require >> load MassProject [AddOneBehaviorOneNodeWithMassTest] >> release >> unload MassProject [DeleteManyNodesWithMassTest] >> require >> load MassProject [DeleteManyNodesWithMassTest] >> release >> unload MassProject Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.474 s - in org.polarsys.capella.vp.mass.ju.testSuites.MassSessionListenerTestSuite MassCalculatedOpeningSessionTest(org.polarsys.capella.vp.mass.ju.testCases.MassCalculatedOpeningSessionTest) Time elapsed: 15.833 s EditMassNodeTest(org.polarsys.capella.vp.mass.ju.testCases.EditMassNodeTest) Time elapsed: 5.323 s EditMassBehaviorTest(org.polarsys.capella.vp.mass.ju.testCases.EditMassBehaviorTest) Time elapsed: 4.053 s AddMassNodeTest(org.polarsys.capella.vp.mass.ju.testCases.AddMassNodeTest) Time elapsed: 3.793 s AddMassBehaviorTest(org.polarsys.capella.vp.mass.ju.testCases.AddMassBehaviorTest) Time elapsed: 3.358 s DeleteNodeWithMassTest(org.polarsys.capella.vp.mass.ju.testCases.DeleteNodeWithMassTest) Time elapsed: 3.244 s DeleteBehaviorWithMassTest(org.polarsys.capella.vp.mass.ju.testCases.DeleteBehaviorWithMassTest) Time elapsed: 3.115 s DeletePartMassBehaviorTest(org.polarsys.capella.vp.mass.ju.testCases.DeletePartMassBehaviorTest) Time elapsed: 3.026 s DeletePartMassNodeTest(org.polarsys.capella.vp.mass.ju.testCases.DeletePartMassNodeTest) Time elapsed: 2.782 s AddOneBehaviorOneNodeWithMassTest(org.polarsys.capella.vp.mass.ju.testCases.AddOneBehaviorOneNodeWithMassTest) Time elapsed: 2.964 s DeleteManyNodesWithMassTest(org.polarsys.capella.vp.mass.ju.testCases.DeleteManyNodesWithMassTest) Time elapsed: 2.888 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 (Capella:854): Gdk-CRITICAL **: 14:49:49.814: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.tests.feature >------- [INFO] Building org.polarsys.capella.vp.mass.tests.feature 7.0.0-SNAPSHOT [25/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/target/org.polarsys.capella.vp.mass.tests.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/target/org.polarsys.capella.vp.mass.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/target/org.polarsys.capella.vp.mass.tests.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/target/org.polarsys.capella.vp.mass.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.fc >------------ [INFO] Building org.polarsys.capella.vp.mass.fc 7.0.0-SNAPSHOT [26/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.mass.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.mass.fc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.mass.fc --- [INFO] Resolving class path of org.polarsys.capella.vp.mass.fc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.mass.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.mass.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.mass.fc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.mass.fc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.mass.fc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.mass.fc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.mass.fc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/target/org.polarsys.capella.vp.mass.fc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.mass.fc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.mass.fc --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site >----- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.site 7.0.0-SNAPSHOT [27/103] [INFO] from releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/org.polarsys.capella.basic.mass.viewpoint.site-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (501B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201706281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB) [INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.32MB) [INFO] Fetching 201706281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (284.25kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (118.38kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (363.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (49.07kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.91kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (346.34kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (982.43kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (101.85kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (130.1kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (182.96kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (118.66kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (105.06kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (74.05kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (85.71kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (106.75kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (61.96kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.46kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (126.34kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (73.73kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.67kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (63.13kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (335.5kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (115.56kB) [INFO] Fetching 201710111001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (72.72kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (131.18kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (137.97kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (102.13kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (209.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (75.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (25.94kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (354.46kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.25kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (75.38kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (119.58kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (125.89kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.3kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (94.19kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (228.04kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.36kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.2kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (238.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.15kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/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.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-dropins-7.0.0.202403131444.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.basic.mass.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-updateSite-7.0.0.202403131444.zip [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.features 7.0.0-SNAPSHOT [28/103] [INFO] from perfoviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.plugins 7.0.0-SNAPSHOT [29/103] [INFO] from perfoviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.model >---------- [INFO] Building org.polarsys.capella.vp.perfo.model 7.0.0-SNAPSHOT [30/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.model --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.model --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.model... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.model --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/target/org.polarsys.capella.vp.perfo.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.model --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.perfo >------------- [INFO] Building org.polarsys.capella.vp.perfo 7.0.0-SNAPSHOT [31/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/target/org.polarsys.capella.vp.perfo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.design >---------- [INFO] Building org.polarsys.capella.vp.perfo.design 7.0.0-SNAPSHOT [32/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.design --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.design --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.design... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.design --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.design --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.design --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/target/org.polarsys.capella.vp.perfo.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.design --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.design --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.af >------------ [INFO] Building org.polarsys.capella.vp.perfo.af 7.0.0-SNAPSHOT [33/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.af --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.af --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.af... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.af --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.af --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/target/org.polarsys.capella.vp.perfo.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.af --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.af --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.af.feature >-------- [INFO] Building org.polarsys.capella.vp.perfo.af.feature 7.0.0-SNAPSHOT [34/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.af.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/target/org.polarsys.capella.vp.perfo.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.doc >----------- [INFO] Building org.polarsys.capella.vp.perfo.doc 7.0.0-SNAPSHOT [35/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.doc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.doc --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/target/org.polarsys.capella.vp.perfo.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/target/org.polarsys.capella.vp.perfo.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/target/org.polarsys.capella.vp.perfo.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/target/org.polarsys.capella.vp.perfo.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.doc --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.model.edit >-------- [INFO] Building org.polarsys.capella.vp.perfo.model.edit 7.0.0-SNAPSHOT [36/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.model.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/target/org.polarsys.capella.vp.perfo.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.ui >------------ [INFO] Building org.polarsys.capella.vp.perfo.ui 7.0.0-SNAPSHOT [37/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.ui --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/target/org.polarsys.capella.vp.perfo.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.perfo.sbrowser 7.0.0-SNAPSHOT [38/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.sbrowser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.sbrowser --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/target/org.polarsys.capella.vp.perfo.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.representation.feature >-- [INFO] Building org.polarsys.capella.vp.perfo.representation.feature 7.0.0-SNAPSHOT [39/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.representation.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/target/org.polarsys.capella.vp.perfo.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.analysis 7.0.0-SNAPSHOT [40/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.rules.analysis... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.analysis --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/target/org.polarsys.capella.vp.perfo.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.computation >---- [INFO] Building org.polarsys.capella.vp.perfo.rules.computation 7.0.0-SNAPSHOT [41/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.rules.computation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.computation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/target/org.polarsys.capella.vp.perfo.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.validation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.validation 7.0.0-SNAPSHOT [42/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.rules.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.validation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/target/org.polarsys.capella.vp.perfo.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.perfo.rules.transformation 7.0.0-SNAPSHOT [43/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.rules.transformation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.transformation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/target/org.polarsys.capella.vp.perfo.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.generation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.generation 7.0.0-SNAPSHOT [44/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.rules.generation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.generation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/target/org.polarsys.capella.vp.perfo.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.perfo.rules.feature >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.feature 7.0.0-SNAPSHOT [45/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.rules.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/target/org.polarsys.capella.vp.perfo.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.perfo.vpdsl 7.0.0-SNAPSHOT [46/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.vpdsl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.vpdsl --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/target/org.polarsys.capella.vp.perfo.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.feature >--------- [INFO] Building org.polarsys.capella.vp.perfo.feature 7.0.0-SNAPSHOT [47/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/target/org.polarsys.capella.vp.perfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.model.cdo >-------- [INFO] Building org.polarsys.capella.vp.perfo.model.cdo 7.0.0-SNAPSHOT [48/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.model.cdo --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/target/org.polarsys.capella.vp.perfo.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.model.cdo --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/build.properties: bin.includes value(s) [model/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/target/org.polarsys.capella.vp.perfo.model.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.model.cdo --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/target/org.polarsys.capella.vp.perfo.model.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/target/org.polarsys.capella.vp.perfo.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.cdo.feature >------- [INFO] Building org.polarsys.capella.vp.perfo.cdo.feature 7.0.0-SNAPSHOT [49/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/target/org.polarsys.capella.vp.perfo.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.cdo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/target/org.polarsys.capella.vp.perfo.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/target/org.polarsys.capella.vp.perfo.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/target/org.polarsys.capella.vp.perfo.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.perfo.tests.ju 7.0.0-SNAPSHOT [50/103] [INFO] from perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true -Xms256m -Xmx1024m [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.tests.ju... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.tests.ju --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.tests.ju --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/org.polarsys.capella.vp.perfo.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/org.polarsys.capella.vp.perfo.tests.ju-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/org.polarsys.capella.vp.perfo.tests.ju-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/org.polarsys.capella.vp.perfo.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.vp.perfo.tests.ju --- [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/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/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.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true, -Xms256m, -Xmx1024m, -Dosgi.clean=true, -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, -data, /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/work/data, -install, /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/target/surefire.properties, -testApplication, org.polarsys.capella.core.platform.sirius.ui.perspective.id, -product, org.polarsys.capella.rcp.product, -nouithread] Launching application org.polarsys.capella.core.platform.sirius.ui.perspective.id... Running org.polarsys.capella.vp.perfo.ju.testSuites.PerfoSessionListenersTestSuite [AddPerfoFunctionalChainTest] >> require >> load PerfoProject [AddPerfoFunctionalChainTest] >> release >> unload PerfoProject [AddPerfoFunctionalExchangeTest] >> require >> load PerfoProject [AddPerfoFunctionalExchangeTest] >> release >> unload PerfoProject [AddPerfoPhysicalFunctionTest] >> require >> load PerfoProject [AddPerfoPhysicalFunctionTest] >> release >> unload PerfoProject [DeleteFunctionalExchangeFromFunctionalChainTest] >> require >> load PerfoProject [DeleteFunctionalExchangeFromFunctionalChainTest] >> release >> unload PerfoProject [DeletePerfoFunctionalExchangeTest] >> require >> load PerfoProject [DeletePerfoFunctionalExchangeTest] >> release >> unload PerfoProject [DeletePerfoPhysicalFunctionTest] >> require >> load PerfoProject [DeletePerfoPhysicalFunctionTest] >> release >> unload PerfoProject [DeletePhysicalFunctionFromFunctionalChainTest] >> require >> load PerfoProject [DeletePhysicalFunctionFromFunctionalChainTest] >> release >> unload PerfoProject [DeletePhysicalFunctionWithPerfoTest] >> require >> load PerfoProject [DeletePhysicalFunctionWithPerfoTest] >> release >> unload PerfoProject [EditPerfoFunctionalExchangeTest] >> require >> load PerfoProject [EditPerfoFunctionalExchangeTest] >> release >> unload PerfoProject [EditPerfoPhysicalFunctionTest] >> require >> load PerfoProject [EditPerfoPhysicalFunctionTest] >> release >> unload PerfoProject [AddPerfoFunctionalChainTest] >> require >> load PerfoProject [AddPerfoFunctionalChainTest] >> release >> unload PerfoProject [AddPerfoFunctionalExchangeTest] >> require >> load PerfoProject [AddPerfoFunctionalExchangeTest] >> release >> unload PerfoProject [AddPerfoLogicalFunctionTest] >> require >> load PerfoProject [AddPerfoLogicalFunctionTest] >> release >> unload PerfoProject [DeleteFunctionalExchangeFromFunctionalChainTest] >> require >> load PerfoProject [DeleteFunctionalExchangeFromFunctionalChainTest] >> release >> unload PerfoProject [DeleteLogicalFunctionFromFunctionalChainTest] >> require >> load PerfoProject [DeleteLogicalFunctionFromFunctionalChainTest] >> release >> unload PerfoProject [DeleteLogicalFunctionWithPerfoTest] >> require >> load PerfoProject [DeleteLogicalFunctionWithPerfoTest] >> release >> unload PerfoProject [DeletePerfoFunctionalExchangeTest] >> require >> load PerfoProject [DeletePerfoFunctionalExchangeTest] >> release >> unload PerfoProject [DeletePerfoLogicalFunctionTest] >> require >> load PerfoProject [DeletePerfoLogicalFunctionTest] >> release >> unload PerfoProject [EditPerfoFunctionalExchangeTest] >> require >> load PerfoProject [EditPerfoFunctionalExchangeTest] >> release >> unload PerfoProject [EditPerfoLogicalFunctionTest] >> require >> load PerfoProject [EditPerfoLogicalFunctionTest] >> release >> unload PerfoProject Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.706 s - in org.polarsys.capella.vp.perfo.ju.testSuites.PerfoSessionListenersTestSuite AddPerfoFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.AddPerfoFunctionalChainTest) Time elapsed: 17.813 s AddPerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.AddPerfoFunctionalExchangeTest) Time elapsed: 4.989 s AddPerfoPhysicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.AddPerfoPhysicalFunctionTest) Time elapsed: 3.808 s DeleteFunctionalExchangeFromFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.DeleteFunctionalExchangeFromFunctionalChainTest) Time elapsed: 4.001 s DeletePerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.DeletePerfoFunctionalExchangeTest) Time elapsed: 3.341 s DeletePerfoPhysicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.DeletePerfoPhysicalFunctionTest) Time elapsed: 3.077 s DeletePhysicalFunctionFromFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.DeletePhysicalFunctionFromFunctionalChainTest) Time elapsed: 2.871 s DeletePhysicalFunctionWithPerfoTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.DeletePhysicalFunctionWithPerfoTest) Time elapsed: 3.589 s EditPerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.EditPerfoFunctionalExchangeTest) Time elapsed: 3.02 s EditPerfoPhysicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.PAB.EditPerfoPhysicalFunctionTest) Time elapsed: 2.807 s AddPerfoFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.AddPerfoFunctionalChainTest) Time elapsed: 2.796 s AddPerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.AddPerfoFunctionalExchangeTest) Time elapsed: 2.864 s AddPerfoLogicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.AddPerfoLogicalFunctionTest) Time elapsed: 2.691 s DeleteFunctionalExchangeFromFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.DeleteFunctionalExchangeFromFunctionalChainTest) Time elapsed: 2.744 s DeleteLogicalFunctionFromFunctionalChainTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.DeleteLogicalFunctionFromFunctionalChainTest) Time elapsed: 2.919 s DeleteLogicalFunctionWithPerfoTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.DeleteLogicalFunctionWithPerfoTest) Time elapsed: 2.695 s DeletePerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.DeletePerfoFunctionalExchangeTest) Time elapsed: 2.626 s DeletePerfoLogicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.DeletePerfoLogicalFunctionTest) Time elapsed: 2.672 s EditPerfoFunctionalExchangeTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.EditPerfoFunctionalExchangeTest) Time elapsed: 2.668 s EditPerfoLogicalFunctionTest(org.polarsys.capella.vp.perfo.ju.testCases.LAB.EditPerfoLogicalFunctionTest) Time elapsed: 2.55 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 (Capella:1425): Gdk-CRITICAL **: 14:53:20.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.perfo.tests.feature >------ [INFO] Building org.polarsys.capella.vp.perfo.tests.feature 7.0.0-SNAPSHOT [51/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/target/org.polarsys.capella.vp.perfo.tests.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/target/org.polarsys.capella.vp.perfo.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/target/org.polarsys.capella.vp.perfo.tests.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/target/org.polarsys.capella.vp.perfo.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.fc >------------ [INFO] Building org.polarsys.capella.vp.perfo.fc 7.0.0-SNAPSHOT [52/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.perfo.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.perfo.fc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.perfo.fc --- [INFO] Resolving class path of org.polarsys.capella.vp.perfo.fc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.perfo.fc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/org.polarsys.capella.vp.perfo.fc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.perfo.fc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.perfo.fc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/target/org.polarsys.capella.vp.perfo.fc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.perfo.fc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.perfo.fc --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.site 7.0.0-SNAPSHOT [53/103] [INFO] from releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/org.polarsys.capella.basic.perfo.viewpoint.site-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/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.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-dropins-7.0.0.202403131444.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-updateSite-7.0.0.202403131444.zip [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.price.viewpoint.features 7.0.0-SNAPSHOT [54/103] [INFO] from priceviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.price.viewpoint.plugins 7.0.0-SNAPSHOT [55/103] [INFO] from priceviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.model >---------- [INFO] Building org.polarsys.capella.vp.price.model 7.0.0-SNAPSHOT [56/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.model --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.model --- [INFO] Resolving class path of org.polarsys.capella.vp.price.model... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.model --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/target/org.polarsys.capella.vp.price.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.model --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.price >------------- [INFO] Building org.polarsys.capella.vp.price 7.0.0-SNAPSHOT [57/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price --- [INFO] Resolving class path of org.polarsys.capella.vp.price... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/target/org.polarsys.capella.vp.price-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.design >---------- [INFO] Building org.polarsys.capella.vp.price.design 7.0.0-SNAPSHOT [58/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.design --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.design --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.design --- [INFO] Resolving class path of org.polarsys.capella.vp.price.design... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.design --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.design --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.design --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.design --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/target/org.polarsys.capella.vp.price.design-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.design --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.design --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.af >------------ [INFO] Building org.polarsys.capella.vp.price.af 7.0.0-SNAPSHOT [59/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.af --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.af --- [INFO] Resolving class path of org.polarsys.capella.vp.price.af... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.af --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.af --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/target/org.polarsys.capella.vp.price.af-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.af --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.af --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.af.feature >-------- [INFO] Building org.polarsys.capella.vp.price.af.feature 7.0.0-SNAPSHOT [60/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.af.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.af.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.af.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/target/org.polarsys.capella.vp.price.af.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.af.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.doc >----------- [INFO] Building org.polarsys.capella.vp.price.doc 7.0.0-SNAPSHOT [61/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.doc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.doc --- [INFO] Resolving class path of org.polarsys.capella.vp.price.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/target/org.polarsys.capella.vp.price.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/target/org.polarsys.capella.vp.price.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/target/org.polarsys.capella.vp.price.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/target/org.polarsys.capella.vp.price.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.doc --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.price.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.price.rules.analysis 7.0.0-SNAPSHOT [62/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Resolving class path of org.polarsys.capella.vp.price.rules.analysis... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.analysis --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/target/org.polarsys.capella.vp.price.rules.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.computation >---- [INFO] Building org.polarsys.capella.vp.price.rules.computation 7.0.0-SNAPSHOT [63/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Resolving class path of org.polarsys.capella.vp.price.rules.computation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.computation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/target/org.polarsys.capella.vp.price.rules.computation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.generation >----- [INFO] Building org.polarsys.capella.vp.price.rules.generation 7.0.0-SNAPSHOT [64/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Resolving class path of org.polarsys.capella.vp.price.rules.generation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.generation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/target/org.polarsys.capella.vp.price.rules.generation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.price.rules.transformation 7.0.0-SNAPSHOT [65/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Resolving class path of org.polarsys.capella.vp.price.rules.transformation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.transformation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/target/org.polarsys.capella.vp.price.rules.transformation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.validation >----- [INFO] Building org.polarsys.capella.vp.price.rules.validation 7.0.0-SNAPSHOT [66/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Resolving class path of org.polarsys.capella.vp.price.rules.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.validation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/target/org.polarsys.capella.vp.price.rules.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.price.rules.feature >------ [INFO] Building org.polarsys.capella.vp.price.rules.feature 7.0.0-SNAPSHOT [67/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.rules.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/target/org.polarsys.capella.vp.price.rules.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.model.edit >-------- [INFO] Building org.polarsys.capella.vp.price.model.edit 7.0.0-SNAPSHOT [68/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.model.edit --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Resolving class path of org.polarsys.capella.vp.price.model.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/target/org.polarsys.capella.vp.price.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.model.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.price.sbrowser 7.0.0-SNAPSHOT [69/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Resolving class path of org.polarsys.capella.vp.price.sbrowser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.sbrowser --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/target/org.polarsys.capella.vp.price.sbrowser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.ui >------------ [INFO] Building org.polarsys.capella.vp.price.ui 7.0.0-SNAPSHOT [70/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.ui --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.ui --- [INFO] Resolving class path of org.polarsys.capella.vp.price.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.ui --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/target/org.polarsys.capella.vp.price.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.representation.feature >-- [INFO] Building org.polarsys.capella.vp.price.representation.feature 7.0.0-SNAPSHOT [71/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.representation.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/target/org.polarsys.capella.vp.price.representation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.price.vpdsl 7.0.0-SNAPSHOT [72/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Resolving class path of org.polarsys.capella.vp.price.vpdsl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.vpdsl --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/target/org.polarsys.capella.vp.price.vpdsl-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.feature >--------- [INFO] Building org.polarsys.capella.vp.price.feature 7.0.0-SNAPSHOT [73/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/target/org.polarsys.capella.vp.price.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.model.cdo >-------- [INFO] Building org.polarsys.capella.vp.price.model.cdo 7.0.0-SNAPSHOT [74/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] Resolving class path of org.polarsys.capella.vp.price.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.model.cdo --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/target/org.polarsys.capella.vp.price.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.model.cdo --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/build.properties: bin.includes value(s) [model/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/target/org.polarsys.capella.vp.price.model.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.model.cdo --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/target/org.polarsys.capella.vp.price.model.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/target/org.polarsys.capella.vp.price.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.cdo.feature >------- [INFO] Building org.polarsys.capella.vp.price.cdo.feature 7.0.0-SNAPSHOT [75/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/target/org.polarsys.capella.vp.price.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.cdo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/target/org.polarsys.capella.vp.price.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/target/org.polarsys.capella.vp.price.cdo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/target/org.polarsys.capella.vp.price.cdo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.price.tests.ju 7.0.0-SNAPSHOT [76/103] [INFO] from priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true -Xms256m -Xmx1024m [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.vp.price.tests.ju... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.tests.ju --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.tests.ju --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/org.polarsys.capella.vp.price.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/org.polarsys.capella.vp.price.tests.ju-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/org.polarsys.capella.vp.price.tests.ju-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/org.polarsys.capella.vp.price.tests.ju-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.vp.price.tests.ju --- [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/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/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.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true, -Xms256m, -Xmx1024m, -Dosgi.clean=true, -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, -data, /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/work/data, -install, /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/target/surefire.properties, -testApplication, org.polarsys.capella.core.platform.sirius.ui.perspective.id, -product, org.polarsys.capella.rcp.product, -nouithread] Launching application org.polarsys.capella.core.platform.sirius.ui.perspective.id... Running org.polarsys.capella.vp.price.ju.testSuites.PriceSessionListenerTestSuite [PriceCalculatedOpeningSessionTest] >> require >> load PriceProject [PriceCalculatedOpeningSessionTest] >> release >> unload PriceProject [EditPriceNodeTest] >> require >> load PriceProject [EditPriceNodeTest] >> release >> unload PriceProject [EditPriceBehaviorTest] >> require >> load PriceProject [EditPriceBehaviorTest] >> release >> unload PriceProject [AddPriceNodeTest] >> require >> load PriceProject [AddPriceNodeTest] >> release >> unload PriceProject [AddPriceBehaviorTest] >> require >> load PriceProject [AddPriceBehaviorTest] >> release >> unload PriceProject [DeleteNodeWithPriceTest] >> require >> load PriceProject [DeleteNodeWithPriceTest] >> release >> unload PriceProject [DeleteBehaviorWithPriceTest] >> require >> load PriceProject [DeleteBehaviorWithPriceTest] >> release >> unload PriceProject [DeletePartPriceBehaviorTest] >> require >> load PriceProject [DeletePartPriceBehaviorTest] >> release >> unload PriceProject [DeletePartPriceNodeTest] >> require >> load PriceProject [DeletePartPriceNodeTest] >> release >> unload PriceProject [AddOneBehaviorOneNodeWithPriceTest] >> require >> load PriceProject [AddOneBehaviorOneNodeWithPriceTest] >> release >> unload PriceProject [DeleteManyNodesWithPriceTest] >> require >> load PriceProject [DeleteManyNodesWithPriceTest] >> release >> unload PriceProject Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.569 s - in org.polarsys.capella.vp.price.ju.testSuites.PriceSessionListenerTestSuite PriceCalculatedOpeningSessionTest(org.polarsys.capella.vp.price.ju.testCases.PriceCalculatedOpeningSessionTest) Time elapsed: 17.127 s EditPriceNodeTest(org.polarsys.capella.vp.price.ju.testCases.EditPriceNodeTest) Time elapsed: 4.81 s EditPriceBehaviorTest(org.polarsys.capella.vp.price.ju.testCases.EditPriceBehaviorTest) Time elapsed: 4.145 s AddPriceNodeTest(org.polarsys.capella.vp.price.ju.testCases.AddPriceNodeTest) Time elapsed: 3.368 s AddPriceBehaviorTest(org.polarsys.capella.vp.price.ju.testCases.AddPriceBehaviorTest) Time elapsed: 3.247 s DeleteNodeWithPriceTest(org.polarsys.capella.vp.price.ju.testCases.DeleteNodeWithPriceTest) Time elapsed: 3.245 s DeleteBehaviorWithPriceTest(org.polarsys.capella.vp.price.ju.testCases.DeleteBehaviorWithPriceTest) Time elapsed: 3.052 s DeletePartPriceBehaviorTest(org.polarsys.capella.vp.price.ju.testCases.DeletePartPriceBehaviorTest) Time elapsed: 3.181 s DeletePartPriceNodeTest(org.polarsys.capella.vp.price.ju.testCases.DeletePartPriceNodeTest) Time elapsed: 3.006 s AddOneBehaviorOneNodeWithPriceTest(org.polarsys.capella.vp.price.ju.testCases.AddOneBehaviorOneNodeWithPriceTest) Time elapsed: 3.22 s DeleteManyNodesWithPriceTest(org.polarsys.capella.vp.price.ju.testCases.DeleteManyNodesWithPriceTest) Time elapsed: 3.056 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 (Capella:1896): Gdk-CRITICAL **: 14:56:01.173: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.price.tests.feature >------ [INFO] Building org.polarsys.capella.vp.price.tests.feature 7.0.0-SNAPSHOT [77/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/target/org.polarsys.capella.vp.price.tests.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/target/org.polarsys.capella.vp.price.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/target/org.polarsys.capella.vp.price.tests.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/target/org.polarsys.capella.vp.price.tests.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.fc >------------ [INFO] Building org.polarsys.capella.vp.price.fc 7.0.0-SNAPSHOT [78/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.vp.price.fc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.price.fc --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.price.fc --- [INFO] Resolving class path of org.polarsys.capella.vp.price.fc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.price.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.price.fc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.price.fc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.price.fc --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/build.properties: bin.includes value(s) [plugin.propertiessrc.includes = about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/org.polarsys.capella.vp.price.fc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.price.fc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.price.fc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/target/org.polarsys.capella.vp.price.fc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.vp.price.fc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.vp.price.fc --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.price.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.price.viewpoint.site 7.0.0-SNAPSHOT [79/103] [INFO] from releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] The project's OSGi version is 7.0.0.202403131444 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/org.polarsys.capella.basic.price.viewpoint.site-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/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.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-dropins-7.0.0.202403131444.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.basic.price.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-updateSite-7.0.0.202403131444.zip [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.features >---- [INFO] Building org.polarsys.capella.basic.requirement.features 1.0.0-SNAPSHOT [80/103] [INFO] from requirement/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.features --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.features --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.bundles >----- [INFO] Building org.polarsys.capella.basic.requirement.bundles 1.0.0-SNAPSHOT [81/103] [INFO] from requirement/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.bundles --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.model >------ [INFO] Building org.polarsys.capella.basic.requirement.model 1.0.0-SNAPSHOT [82/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.model --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.model --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.model... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.model --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/target/org.polarsys.capella.basic.requirement.model-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/target/org.polarsys.capella.basic.requirement.model-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/target/org.polarsys.capella.basic.requirement.model-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/target/org.polarsys.capella.basic.requirement.model-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.model --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.semantic.queries >-- [INFO] Building org.polarsys.capella.basic.requirement.semantic.queries 1.0.0-SNAPSHOT [83/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.semantic.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.semantic.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.semantic.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/target/org.polarsys.capella.basic.requirement.semantic.queries-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/target/org.polarsys.capella.basic.requirement.semantic.queries-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.semantic.queries --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/target/org.polarsys.capella.basic.requirement.semantic.queries-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/target/org.polarsys.capella.basic.requirement.semantic.queries-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.sirius.analysis >-- [INFO] Building org.polarsys.capella.basic.requirement.sirius.analysis 1.0.0-SNAPSHOT [84/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.sirius.analysis... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/target/org.polarsys.capella.basic.requirement.sirius.analysis-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/target/org.polarsys.capella.basic.requirement.sirius.analysis-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/target/org.polarsys.capella.basic.requirement.sirius.analysis-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/target/org.polarsys.capella.basic.requirement.sirius.analysis-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.basic.requirement.af >------- [INFO] Building org.polarsys.capella.basic.requirement.af 1.0.0-SNAPSHOT [85/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.af --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.af --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.af --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.af... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.af --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.af --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/target/org.polarsys.capella.basic.requirement.af-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.af --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/target/org.polarsys.capella.basic.requirement.af-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.af --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/target/org.polarsys.capella.basic.requirement.af-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/target/org.polarsys.capella.basic.requirement.af-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.af --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.af --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.business.queries >-- [INFO] Building org.polarsys.capella.basic.requirement.business.queries 1.0.0-SNAPSHOT [86/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.business.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.business.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.business.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/target/org.polarsys.capella.basic.requirement.business.queries-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/target/org.polarsys.capella.basic.requirement.business.queries-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.business.queries --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/target/org.polarsys.capella.basic.requirement.business.queries-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/target/org.polarsys.capella.basic.requirement.business.queries-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.basic.requirement.doc >------- [INFO] Building org.polarsys.capella.basic.requirement.doc 1.0.0-SNAPSHOT [87/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.doc --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/target/org.polarsys.capella.basic.requirement.doc-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/target/org.polarsys.capella.basic.requirement.doc-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/target/org.polarsys.capella.basic.requirement.doc-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/target/org.polarsys.capella.basic.requirement.doc-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.doc --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.properties >--- [INFO] Building org.polarsys.capella.basic.requirement.properties 1.0.0-SNAPSHOT [88/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.properties --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.properties --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/target/org.polarsys.capella.basic.requirement.properties-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/target/org.polarsys.capella.basic.requirement.properties-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.properties --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/target/org.polarsys.capella.basic.requirement.properties-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/target/org.polarsys.capella.basic.requirement.properties-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.properties --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.sirius.ui >---- [INFO] Building org.polarsys.capella.basic.requirement.sirius.ui 1.0.0-SNAPSHOT [89/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.sirius.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.sirius.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.sirius.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.sirius.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/target/org.polarsys.capella.basic.requirement.sirius.ui-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.sirius.ui --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/build.properties: bin.includes value(s) [description/, about.html] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/target/org.polarsys.capella.basic.requirement.sirius.ui-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.sirius.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/target/org.polarsys.capella.basic.requirement.sirius.ui-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/target/org.polarsys.capella.basic.requirement.sirius.ui-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.validation >--- [INFO] Building org.polarsys.capella.basic.requirement.validation 1.0.0-SNAPSHOT [90/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.validation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.validation --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.validation --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.validation --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.validation --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/target/org.polarsys.capella.basic.requirement.validation-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/target/org.polarsys.capella.basic.requirement.validation-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.validation --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/target/org.polarsys.capella.basic.requirement.validation-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/target/org.polarsys.capella.basic.requirement.validation-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.validation --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.model.edit >--- [INFO] Building org.polarsys.capella.basic.requirement.model.edit 1.0.0-SNAPSHOT [91/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.model.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.model.edit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/target/org.polarsys.capella.basic.requirement.model.edit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/target/org.polarsys.capella.basic.requirement.model.edit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/target/org.polarsys.capella.basic.requirement.model.edit-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/target/org.polarsys.capella.basic.requirement.model.edit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.migration >---- [INFO] Building org.polarsys.capella.basic.requirement.migration 1.0.0-SNAPSHOT [92/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.migration --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.migration --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.migration... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.migration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.migration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.migration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/target/org.polarsys.capella.basic.requirement.migration-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/target/org.polarsys.capella.basic.requirement.migration-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.migration --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/target/org.polarsys.capella.basic.requirement.migration-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/target/org.polarsys.capella.basic.requirement.migration-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.migration --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.migration --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.trace >------ [INFO] Building org.polarsys.capella.basic.requirement.trace 1.0.0-SNAPSHOT [93/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.trace --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.trace --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.trace --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.trace... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.trace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.trace --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.trace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.trace --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/target/org.polarsys.capella.basic.requirement.trace-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/target/org.polarsys.capella.basic.requirement.trace-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.trace --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.trace --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/target/org.polarsys.capella.basic.requirement.trace-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/target/org.polarsys.capella.basic.requirement.trace-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.trace --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.trace --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.preferences >--- [INFO] Building org.polarsys.capella.basic.requirement.preferences 1.0.0-SNAPSHOT [94/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.preferences... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.preferences --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/target/org.polarsys.capella.basic.requirement.preferences-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/target/org.polarsys.capella.basic.requirement.preferences-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.preferences --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/target/org.polarsys.capella.basic.requirement.preferences-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/target/org.polarsys.capella.basic.requirement.preferences-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.transition >--- [INFO] Building org.polarsys.capella.basic.requirement.transition 1.0.0-SNAPSHOT [95/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.transition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.transition --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.transition --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.transition --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.transition... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.transition --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.transition --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.transition --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.transition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/target/org.polarsys.capella.basic.requirement.transition-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/target/org.polarsys.capella.basic.requirement.transition-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.transition --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.transition --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/target/org.polarsys.capella.basic.requirement.transition-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/target/org.polarsys.capella.basic.requirement.transition-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.transition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.transition --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.feature >----- [INFO] Building org.polarsys.capella.basic.requirement.feature 1.0.0-SNAPSHOT [96/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.requirement.feature --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.basic.requirement.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/target/org.polarsys.capella.basic.requirement.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/target/org.polarsys.capella.basic.requirement.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/target/org.polarsys.capella.basic.requirement.feature-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/target/org.polarsys.capella.basic.requirement.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.model.cdo >---- [INFO] Building org.polarsys.capella.basic.requirement.model.cdo 1.0.0-SNAPSHOT [97/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.model.cdo --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/target/org.polarsys.capella.basic.requirement.model.cdo-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/target/org.polarsys.capella.basic.requirement.model.cdo-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.model.cdo --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/target/org.polarsys.capella.basic.requirement.model.cdo-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/target/org.polarsys.capella.basic.requirement.model.cdo-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.cdo.feature >--- [INFO] Building org.polarsys.capella.basic.requirement.cdo.feature 1.0.0-SNAPSHOT [98/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/target/org.polarsys.capella.basic.requirement.cdo.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.cdo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/target/org.polarsys.capella.basic.requirement.cdo.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/target/org.polarsys.capella.basic.requirement.cdo.feature-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/target/org.polarsys.capella.basic.requirement.cdo.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.docgen >----- [INFO] Building org.polarsys.capella.basic.requirement.docgen 1.0.0-SNAPSHOT [99/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.docgen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.docgen --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.docgen --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/target/org.polarsys.capella.basic.requirement.docgen-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.docgen --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/build.properties: bin.includes value(s) [icons/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/target/org.polarsys.capella.basic.requirement.docgen-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.docgen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/target/org.polarsys.capella.basic.requirement.docgen-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/target/org.polarsys.capella.basic.requirement.docgen-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.docgen.feature >-- [INFO] Building org.polarsys.capella.basic.requirement.docgen.feature 1.0.0-SNAPSHOT [100/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/target/org.polarsys.capella.basic.requirement.docgen.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.docgen.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/target/org.polarsys.capella.basic.requirement.docgen.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/target/org.polarsys.capella.basic.requirement.docgen.feature-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/target/org.polarsys.capella.basic.requirement.docgen.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.tests.ju >---- [INFO] Building org.polarsys.capella.basic.requirement.tests.ju 1.0.0-SNAPSHOT [101/103] [INFO] from requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true -Xms256m -Xmx1024m [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.basic.requirement.tests.ju... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.basic.requirement.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/org.polarsys.capella.basic.requirement.tests.ju-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.basic.requirement.tests.ju --- [WARNING] /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/build.properties: bin.includes value(s) [fixtures/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/org.polarsys.capella.basic.requirement.tests.ju-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/org.polarsys.capella.basic.requirement.tests.ju-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/org.polarsys.capella.basic.requirement.tests.ju-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.basic.requirement.tests.ju --- [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/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/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.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true, -Xms256m, -Xmx1024m, -Dosgi.clean=true, -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, -data, /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/work/data, -install, /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/target/surefire.properties, -testApplication, org.polarsys.capella.core.platform.sirius.ui.perspective.id, -product, org.polarsys.capella.core.platform.sirius.ui.perspective.product] Launching application org.polarsys.capella.core.platform.sirius.ui.perspective.id... Running org.polarsys.capella.basic.requirement.tests.ju.RequirementsTableTestSuite [RequirementsTableTestSuite] >> require >> load CrossTable-OA [CrossTableOATestCase] >> require CrossTable-OA (SWT:2338): Gtk-CRITICAL **: 14:58:17.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [CrossTableOATestCase] >> release CrossTable-OA [RequirementsTableTestCase] >> require CrossTable-OA [RequirementsTableTestCase] >> release CrossTable-OA [CapellaElement_OutgoingRequirement] >> require CrossTable-OA >> Test validation for query org.polarsys.capella.basic.requirement.business.queries.CapellaElement_OutgoingRequirement PASSED (522 test cases) [CapellaElement_OutgoingRequirement] >> release CrossTable-OA [Rule_I_11] >> require CrossTable-OA [Rule_I_11] >> release CrossTable-OA [RequirementsTableTestSuite] >> release >> unload CrossTable-OA Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.524 s - in org.polarsys.capella.basic.requirement.tests.ju.RequirementsTableTestSuite CrossTableOATestCase(org.polarsys.capella.basic.requirement.tests.ju.CrossTableOATestCase) Time elapsed: 28.356 s RequirementsTableTestCase(org.polarsys.capella.basic.requirement.tests.ju.RequirementsTableTestCase) Time elapsed: 0.699 s CapellaElement_OutgoingRequirement(org.polarsys.capella.basic.requirement.tests.ju.CapellaElement_OutgoingRequirement) Time elapsed: 0.32 s Rule_I_11(org.polarsys.capella.basic.requirement.tests.ju.Rule_I_11) Time elapsed: 0.82 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 (SWT:2338): Gdk-CRITICAL **: 14:58:33.298: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.tests.feature >-- [INFO] Building org.polarsys.capella.basic.requirement.tests.feature 1.0.0-SNAPSHOT [102/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/target/org.polarsys.capella.basic.requirement.tests.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/target/org.polarsys.capella.basic.requirement.tests.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/target/org.polarsys.capella.basic.requirement.tests.feature-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/target/org.polarsys.capella.basic.requirement.tests.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.viewpoint.site >-- [INFO] Building org.polarsys.capella.basic.requirement.viewpoint.site 1.0.0-SNAPSHOT [103/103] [INFO] from releng/org.polarsys.capella.basic.requirement.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-cli) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] The project's OSGi version is 1.0.0.202403131444 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/org.polarsys.capella.basic.requirement.viewpoint.site-1.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/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.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/repository, -destination, /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement-dropins-1.0.0.202403131444.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement-updateSite-1.0.0.202403131444.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Capella Basic Viewpoints 7.0.0-SNAPSHOT ............ SUCCESS [ 2.416 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.009 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.007 s] [INFO] org.polarsys.capella.vp.mass.model 7.0.0-SNAPSHOT .. SUCCESS [ 12.149 s] [INFO] org.polarsys.capella.vp.mass 7.0.0-SNAPSHOT ........ SUCCESS [ 3.419 s] [INFO] org.polarsys.capella.vp.mass.design 7.0.0-SNAPSHOT . SUCCESS [ 4.685 s] [INFO] org.polarsys.capella.vp.mass.af 7.0.0-SNAPSHOT ..... SUCCESS [ 4.073 s] [INFO] org.polarsys.capella.vp.mass.af.feature 7.0.0-SNAPSHOT SUCCESS [ 2.267 s] [INFO] org.polarsys.capella.vp.mass.doc 7.0.0-SNAPSHOT .... SUCCESS [ 2.490 s] [INFO] org.polarsys.capella.vp.mass.model.edit 7.0.0-SNAPSHOT SUCCESS [ 6.372 s] [INFO] org.polarsys.capella.vp.mass.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 5.092 s] [INFO] org.polarsys.capella.vp.mass.ui 7.0.0-SNAPSHOT ..... SUCCESS [ 4.684 s] [INFO] org.polarsys.capella.vp.mass.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 1.975 s] [INFO] org.polarsys.capella.vp.mass.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 1.492 s] [INFO] org.polarsys.capella.vp.mass.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 1.692 s] [INFO] org.polarsys.capella.vp.mass.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 2.294 s] [INFO] org.polarsys.capella.vp.mass.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 2.174 s] [INFO] org.polarsys.capella.vp.mass.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 2.942 s] [INFO] org.polarsys.capella.vp.mass.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 2.338 s] [INFO] org.polarsys.capella.vp.mass.vpdsl 7.0.0-SNAPSHOT .. SUCCESS [ 2.414 s] [INFO] org.polarsys.capella.vp.mass.feature 7.0.0-SNAPSHOT SUCCESS [ 1.535 s] [INFO] org.polarsys.capella.vp.mass.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 3.269 s] [INFO] org.polarsys.capella.vp.mass.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 1.477 s] [INFO] org.polarsys.capella.vp.mass.tests.ju 7.0.0-SNAPSHOT SUCCESS [01:44 min] [INFO] org.polarsys.capella.vp.mass.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 3.020 s] [INFO] org.polarsys.capella.vp.mass.fc 7.0.0-SNAPSHOT ..... SUCCESS [ 1.858 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 23.674 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.011 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.vp.perfo.model 7.0.0-SNAPSHOT . SUCCESS [ 4.378 s] [INFO] org.polarsys.capella.vp.perfo 7.0.0-SNAPSHOT ....... SUCCESS [ 2.748 s] [INFO] org.polarsys.capella.vp.perfo.design 7.0.0-SNAPSHOT SUCCESS [ 4.384 s] [INFO] org.polarsys.capella.vp.perfo.af 7.0.0-SNAPSHOT .... SUCCESS [ 3.681 s] [INFO] org.polarsys.capella.vp.perfo.af.feature 7.0.0-SNAPSHOT SUCCESS [ 2.930 s] [INFO] org.polarsys.capella.vp.perfo.doc 7.0.0-SNAPSHOT ... SUCCESS [ 2.303 s] [INFO] org.polarsys.capella.vp.perfo.model.edit 7.0.0-SNAPSHOT SUCCESS [ 5.813 s] [INFO] org.polarsys.capella.vp.perfo.ui 7.0.0-SNAPSHOT .... SUCCESS [ 4.122 s] [INFO] org.polarsys.capella.vp.perfo.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 4.690 s] [INFO] org.polarsys.capella.vp.perfo.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 1.608 s] [INFO] org.polarsys.capella.vp.perfo.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 1.661 s] [INFO] org.polarsys.capella.vp.perfo.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 2.238 s] [INFO] org.polarsys.capella.vp.perfo.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 1.499 s] [INFO] org.polarsys.capella.vp.perfo.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 2.265 s] [INFO] org.polarsys.capella.vp.perfo.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 2.371 s] [INFO] org.polarsys.capella.vp.perfo.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 2.308 s] [INFO] org.polarsys.capella.vp.perfo.vpdsl 7.0.0-SNAPSHOT . SUCCESS [ 2.359 s] [INFO] org.polarsys.capella.vp.perfo.feature 7.0.0-SNAPSHOT SUCCESS [ 1.964 s] [INFO] org.polarsys.capella.vp.perfo.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 3.242 s] [INFO] org.polarsys.capella.vp.perfo.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 2.297 s] [INFO] org.polarsys.capella.vp.perfo.tests.ju 7.0.0-SNAPSHOT SUCCESS [02:03 min] [INFO] org.polarsys.capella.vp.perfo.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 3.088 s] [INFO] org.polarsys.capella.vp.perfo.fc 7.0.0-SNAPSHOT .... SUCCESS [ 0.823 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 8.183 s] [INFO] org.polarsys.capella.basic.price.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.vp.price.model 7.0.0-SNAPSHOT . SUCCESS [ 3.067 s] [INFO] org.polarsys.capella.vp.price 7.0.0-SNAPSHOT ....... SUCCESS [ 2.525 s] [INFO] org.polarsys.capella.vp.price.design 7.0.0-SNAPSHOT SUCCESS [ 2.741 s] [INFO] org.polarsys.capella.vp.price.af 7.0.0-SNAPSHOT .... SUCCESS [ 2.066 s] [INFO] org.polarsys.capella.vp.price.af.feature 7.0.0-SNAPSHOT SUCCESS [ 2.004 s] [INFO] org.polarsys.capella.vp.price.doc 7.0.0-SNAPSHOT ... SUCCESS [ 2.445 s] [INFO] org.polarsys.capella.vp.price.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 1.332 s] [INFO] org.polarsys.capella.vp.price.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 1.567 s] [INFO] org.polarsys.capella.vp.price.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 2.255 s] [INFO] org.polarsys.capella.vp.price.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 1.769 s] [INFO] org.polarsys.capella.vp.price.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 3.675 s] [INFO] org.polarsys.capella.vp.price.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 1.989 s] [INFO] org.polarsys.capella.vp.price.model.edit 7.0.0-SNAPSHOT SUCCESS [ 5.893 s] [INFO] org.polarsys.capella.vp.price.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 4.563 s] [INFO] org.polarsys.capella.vp.price.ui 7.0.0-SNAPSHOT .... SUCCESS [ 3.897 s] [INFO] org.polarsys.capella.vp.price.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 2.313 s] [INFO] org.polarsys.capella.vp.price.vpdsl 7.0.0-SNAPSHOT . SUCCESS [ 1.586 s] [INFO] org.polarsys.capella.vp.price.feature 7.0.0-SNAPSHOT SUCCESS [ 2.662 s] [INFO] org.polarsys.capella.vp.price.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 2.038 s] [INFO] org.polarsys.capella.vp.price.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 1.788 s] [INFO] org.polarsys.capella.vp.price.tests.ju 7.0.0-SNAPSHOT SUCCESS [01:36 min] [INFO] org.polarsys.capella.vp.price.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 4.215 s] [INFO] org.polarsys.capella.vp.price.fc 7.0.0-SNAPSHOT .... SUCCESS [ 1.299 s] [INFO] org.polarsys.capella.basic.price.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 7.583 s] [INFO] org.polarsys.capella.basic.requirement.features 1.0.0-SNAPSHOT SUCCESS [ 0.008 s] [INFO] org.polarsys.capella.basic.requirement.bundles 1.0.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.basic.requirement.model 1.0.0-SNAPSHOT SUCCESS [ 3.251 s] [INFO] org.polarsys.capella.basic.requirement.semantic.queries 1.0.0-SNAPSHOT SUCCESS [ 3.391 s] [INFO] org.polarsys.capella.basic.requirement.sirius.analysis 1.0.0-SNAPSHOT SUCCESS [ 3.094 s] [INFO] org.polarsys.capella.basic.requirement.af 1.0.0-SNAPSHOT SUCCESS [ 3.186 s] [INFO] org.polarsys.capella.basic.requirement.business.queries 1.0.0-SNAPSHOT SUCCESS [ 3.089 s] [INFO] org.polarsys.capella.basic.requirement.doc 1.0.0-SNAPSHOT SUCCESS [ 2.619 s] [INFO] org.polarsys.capella.basic.requirement.properties 1.0.0-SNAPSHOT SUCCESS [ 3.562 s] [INFO] org.polarsys.capella.basic.requirement.sirius.ui 1.0.0-SNAPSHOT SUCCESS [ 3.568 s] [INFO] org.polarsys.capella.basic.requirement.validation 1.0.0-SNAPSHOT SUCCESS [ 3.332 s] [INFO] org.polarsys.capella.basic.requirement.model.edit 1.0.0-SNAPSHOT SUCCESS [ 4.825 s] [INFO] org.polarsys.capella.basic.requirement.migration 1.0.0-SNAPSHOT SUCCESS [ 2.766 s] [INFO] org.polarsys.capella.basic.requirement.trace 1.0.0-SNAPSHOT SUCCESS [ 3.478 s] [INFO] org.polarsys.capella.basic.requirement.preferences 1.0.0-SNAPSHOT SUCCESS [ 4.654 s] [INFO] org.polarsys.capella.basic.requirement.transition 1.0.0-SNAPSHOT SUCCESS [ 4.218 s] [INFO] org.polarsys.capella.basic.requirement.feature 1.0.0-SNAPSHOT SUCCESS [ 2.065 s] [INFO] org.polarsys.capella.basic.requirement.model.cdo 1.0.0-SNAPSHOT SUCCESS [ 3.071 s] [INFO] org.polarsys.capella.basic.requirement.cdo.feature 1.0.0-SNAPSHOT SUCCESS [ 1.442 s] [INFO] org.polarsys.capella.basic.requirement.docgen 1.0.0-SNAPSHOT SUCCESS [ 4.145 s] [INFO] org.polarsys.capella.basic.requirement.docgen.feature 1.0.0-SNAPSHOT SUCCESS [ 2.270 s] [INFO] org.polarsys.capella.basic.requirement.tests.ju 1.0.0-SNAPSHOT SUCCESS [01:16 min] [INFO] org.polarsys.capella.basic.requirement.tests.feature 1.0.0-SNAPSHOT SUCCESS [ 2.862 s] [INFO] org.polarsys.capella.basic.requirement.viewpoint.site 1.0.0-SNAPSHOT SUCCESS [ 7.941 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:57 min [INFO] Finished at: 2024-03-13T14:58:45Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [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-HKhMMiML81oQ/agent.2534 SSH_AGENT_PID=2536 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_15466114801027753593.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_15466114801027753593.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-dropins-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2536 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-lDALPxGviC20/agent.2562 SSH_AGENT_PID=2564 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_16898876552218487900.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_16898876552218487900.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-dropins-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2564 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-i17ALKIUTYDX/agent.2590 SSH_AGENT_PID=2592 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_6014797749567573345.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_6014797749567573345.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-dropins-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2592 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-0S4sjLFRpaBr/agent.2619 SSH_AGENT_PID=2621 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_245249924710815897.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_245249924710815897.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement-dropins-1.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/dropins/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2621 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-7G6f20ewsu8N/agent.2647 SSH_AGENT_PID=2649 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_12945029164149763474.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_12945029164149763474.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/target/BasicMass-updateSite-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2649 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-Yscet33AzmRj/agent.2676 SSH_AGENT_PID=2678 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_17420023211607384585.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_17420023211607384585.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/target/BasicPerfo-updateSite-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2678 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-tJkx5z0ruPCe/agent.2704 SSH_AGENT_PID=2706 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_14812008009807368867.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_14812008009807368867.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/target/BasicPrice-updateSite-7.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2706 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [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-TI4kE2SYHonT/agent.2733 SSH_AGENT_PID=2735 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_12224741783981203338.key (/home/jenkins/agent/workspace/Basic-vp_master@tmp/private_key_12224741783981203338.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/target/BasicRequirement-updateSite-1.0.0.202403131444.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/basic/updates/nightly/master-26/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2735 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [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/Basic-vp_master/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.8:report -Pfull -e -f pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/.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-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-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.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/tp/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/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@1cd2e348... 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:org.polarsys.capella.vp.mass.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.viewpoints.target/tp/capella.target-definition.target for environments=[linux/gtk/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@1cd2e348... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.mass.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.perfo.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.representation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.cdo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.tests.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.af:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.design:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.fc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.computation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.generation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.transformation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.rules.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.sbrowser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.vpdsl:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.price.tests.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.price.viewpoint.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.cdo.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.docgen.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.tests.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.af:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.business.queries:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.docgen:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.migration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.semantic.queries:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.sirius.analysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.sirius.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.trace:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.transition:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/plugins/org.polarsys.capella.basic.requirement.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.tests.ju:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.basic.requirement.viewpoint.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Basic-vp_master/releng/org.polarsys.capella.basic.requirement.viewpoint.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Basic Viewpoints [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.mass.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.mass.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.mass.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.mass.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.mass.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.perfo.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.perfo.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.perfo.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.perfo.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.price.viewpoint.features [pom] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins [pom] [INFO] org.polarsys.capella.vp.price.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.price [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.analysis [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.computation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.generation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.transformation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.rules.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.sbrowser [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.price.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.price.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.price.fc [eclipse-plugin] [INFO] org.polarsys.capella.basic.price.viewpoint.site [eclipse-repository] [INFO] org.polarsys.capella.basic.requirement.features [pom] [INFO] org.polarsys.capella.basic.requirement.bundles [pom] [INFO] org.polarsys.capella.basic.requirement.model [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.af [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.doc [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.properties [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.validation [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.migration [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.trace [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.preferences [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.transition [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.docgen [eclipse-plugin] [INFO] org.polarsys.capella.basic.requirement.docgen.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.basic.requirement.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.basic.requirement.viewpoint.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.basic.viewpoints >------ [INFO] Building Capella Basic Viewpoints 7.0.0-SNAPSHOT [1/103] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.addon.basic.viewpoints --- [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:org.polarsys.capella.basic.mass.viewpoint.features >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.features 7.0.0-SNAPSHOT [2/103] [INFO] from massviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.plugins 7.0.0-SNAPSHOT [3/103] [INFO] from massviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.plugins --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.model >----------- [INFO] Building org.polarsys.capella.vp.mass.model 7.0.0-SNAPSHOT [4/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.model' with 15 classes [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.mass >-------------- [INFO] Building org.polarsys.capella.vp.mass 7.0.0-SNAPSHOT [5/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass' with 8 classes [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.design >---------- [INFO] Building org.polarsys.capella.vp.mass.design 7.0.0-SNAPSHOT [6/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.design --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.design' with 23 classes [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.af >------------ [INFO] Building org.polarsys.capella.vp.mass.af 7.0.0-SNAPSHOT [7/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.af --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.af' with 0 classes [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.af.feature >-------- [INFO] Building org.polarsys.capella.vp.mass.af.feature 7.0.0-SNAPSHOT [8/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.af.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.mass.doc >------------ [INFO] Building org.polarsys.capella.vp.mass.doc 7.0.0-SNAPSHOT [9/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.doc' with 0 classes [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.model.edit >-------- [INFO] Building org.polarsys.capella.vp.mass.model.edit 7.0.0-SNAPSHOT [10/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.model.edit' with 11 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.mass.sbrowser 7.0.0-SNAPSHOT [11/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.sbrowser --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.sbrowser' with 2 classes [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.ui >------------ [INFO] Building org.polarsys.capella.vp.mass.ui 7.0.0-SNAPSHOT [12/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.ui' with 1 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.mass.representation.feature >-- [INFO] Building org.polarsys.capella.vp.mass.representation.feature 7.0.0-SNAPSHOT [13/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.representation.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.mass.rules.analysis 7.0.0-SNAPSHOT [14/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.analysis --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.rules.analysis' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.mass.rules.computation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.computation 7.0.0-SNAPSHOT [15/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.computation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.rules.computation' with 0 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.mass.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.mass.rules.transformation 7.0.0-SNAPSHOT [16/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.transformation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.rules.transformation' with 0 classes [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.validation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.validation 7.0.0-SNAPSHOT [17/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.validation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.rules.validation' with 0 classes [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.mass.rules.generation >----- [INFO] Building org.polarsys.capella.vp.mass.rules.generation 7.0.0-SNAPSHOT [18/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.generation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.rules.generation' with 0 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.rules.feature >------- [INFO] Building org.polarsys.capella.vp.mass.rules.feature 7.0.0-SNAPSHOT [19/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.rules.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.mass.vpdsl >----------- [INFO] Building org.polarsys.capella.vp.mass.vpdsl 7.0.0-SNAPSHOT [20/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.vpdsl --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.vpdsl' with 0 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.feature >---------- [INFO] Building org.polarsys.capella.vp.mass.feature 7.0.0-SNAPSHOT [21/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.mass.model.cdo >--------- [INFO] Building org.polarsys.capella.vp.mass.model.cdo 7.0.0-SNAPSHOT [22/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.model.cdo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.model.cdo' with 3 classes [WARNING] Classes in bundle 'org.polarsys.capella.vp.mass.model.cdo' do not match with execution data. For report generation the same class files must be used as at runtime. [WARNING] Execution data for class org/polarsys/capella/vp/mass/mass/impl/PartMassImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/mass/mass/impl/MassFactoryImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/mass/mass/impl/MassImpl does not match. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.mass.cdo.feature >-------- [INFO] Building org.polarsys.capella.vp.mass.cdo.feature 7.0.0-SNAPSHOT [23/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.mass.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.mass.tests.ju 7.0.0-SNAPSHOT [24/103] [INFO] from massviewpoint/tests/org.polarsys.capella.vp.mass.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.mass.tests.ju' with 22 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.mass.tests.feature >------- [INFO] Building org.polarsys.capella.vp.mass.tests.feature 7.0.0-SNAPSHOT [25/103] [INFO] from massviewpoint/features/org.polarsys.capella.vp.mass.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.vp.mass.fc >------------ [INFO] Building org.polarsys.capella.vp.mass.fc 7.0.0-SNAPSHOT [26/103] [INFO] from massviewpoint/plugins/org.polarsys.capella.vp.mass.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.mass.fc --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.mass.viewpoint.site >----- [INFO] Building org.polarsys.capella.basic.mass.viewpoint.site 7.0.0-SNAPSHOT [27/103] [INFO] from releng/org.polarsys.capella.basic.mass.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.mass.viewpoint.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.features 7.0.0-SNAPSHOT [28/103] [INFO] from perfoviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.plugins 7.0.0-SNAPSHOT [29/103] [INFO] from perfoviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.plugins --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.model >---------- [INFO] Building org.polarsys.capella.vp.perfo.model 7.0.0-SNAPSHOT [30/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.model' with 24 classes [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.perfo >------------- [INFO] Building org.polarsys.capella.vp.perfo 7.0.0-SNAPSHOT [31/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo' with 3 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.design >---------- [INFO] Building org.polarsys.capella.vp.perfo.design 7.0.0-SNAPSHOT [32/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.design --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.design' with 14 classes [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.af >------------ [INFO] Building org.polarsys.capella.vp.perfo.af 7.0.0-SNAPSHOT [33/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.af --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.af' with 0 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.af.feature >-------- [INFO] Building org.polarsys.capella.vp.perfo.af.feature 7.0.0-SNAPSHOT [34/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.af.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.doc >----------- [INFO] Building org.polarsys.capella.vp.perfo.doc 7.0.0-SNAPSHOT [35/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.doc' with 0 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.model.edit >-------- [INFO] Building org.polarsys.capella.vp.perfo.model.edit 7.0.0-SNAPSHOT [36/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.model.edit' with 19 classes [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.ui >------------ [INFO] Building org.polarsys.capella.vp.perfo.ui 7.0.0-SNAPSHOT [37/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.ui' with 3 classes [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.perfo.sbrowser 7.0.0-SNAPSHOT [38/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.sbrowser --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.sbrowser' with 6 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.representation.feature >-- [INFO] Building org.polarsys.capella.vp.perfo.representation.feature 7.0.0-SNAPSHOT [39/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.representation.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.perfo.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.analysis 7.0.0-SNAPSHOT [40/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.analysis --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.rules.analysis' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.computation >---- [INFO] Building org.polarsys.capella.vp.perfo.rules.computation 7.0.0-SNAPSHOT [41/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.computation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.rules.computation' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.validation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.validation 7.0.0-SNAPSHOT [42/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.validation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.rules.validation' with 0 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.perfo.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.perfo.rules.transformation 7.0.0-SNAPSHOT [43/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.transformation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.rules.transformation' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.perfo.rules.generation >----- [INFO] Building org.polarsys.capella.vp.perfo.rules.generation 7.0.0-SNAPSHOT [44/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.generation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.rules.generation' with 0 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.perfo.rules.feature >------ [INFO] Building org.polarsys.capella.vp.perfo.rules.feature 7.0.0-SNAPSHOT [45/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.rules.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.perfo.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.perfo.vpdsl 7.0.0-SNAPSHOT [46/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.vpdsl --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.vpdsl' with 0 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.perfo.feature >--------- [INFO] Building org.polarsys.capella.vp.perfo.feature 7.0.0-SNAPSHOT [47/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.model.cdo >-------- [INFO] Building org.polarsys.capella.vp.perfo.model.cdo 7.0.0-SNAPSHOT [48/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.model.cdo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.model.cdo' with 7 classes [WARNING] Classes in bundle 'org.polarsys.capella.vp.perfo.model.cdo' do not match with execution data. For report generation the same class files must be used as at runtime. [WARNING] Execution data for class org/polarsys/capella/vp/perfo/perfo/impl/TimeCapacityImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/perfo/perfo/impl/TimeConsumptionImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/perfo/perfo/impl/PerformanceCriteriaImpl does not match. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.perfo.cdo.feature >------- [INFO] Building org.polarsys.capella.vp.perfo.cdo.feature 7.0.0-SNAPSHOT [49/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.perfo.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.perfo.tests.ju 7.0.0-SNAPSHOT [50/103] [INFO] from perfoviewpoint/tests/org.polarsys.capella.vp.perfo.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.perfo.tests.ju' with 43 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.perfo.tests.feature >------ [INFO] Building org.polarsys.capella.vp.perfo.tests.feature 7.0.0-SNAPSHOT [51/103] [INFO] from perfoviewpoint/features/org.polarsys.capella.vp.perfo.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.perfo.fc >------------ [INFO] Building org.polarsys.capella.vp.perfo.fc 7.0.0-SNAPSHOT [52/103] [INFO] from perfoviewpoint/plugins/org.polarsys.capella.vp.perfo.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.perfo.fc --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.perfo.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.perfo.viewpoint.site 7.0.0-SNAPSHOT [53/103] [INFO] from releng/org.polarsys.capella.basic.perfo.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.perfo.viewpoint.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.features >-- [INFO] Building org.polarsys.capella.basic.price.viewpoint.features 7.0.0-SNAPSHOT [54/103] [INFO] from priceviewpoint/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.price.viewpoint.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.price.viewpoint.plugins >--- [INFO] Building org.polarsys.capella.basic.price.viewpoint.plugins 7.0.0-SNAPSHOT [55/103] [INFO] from priceviewpoint/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.price.viewpoint.plugins --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.model >---------- [INFO] Building org.polarsys.capella.vp.price.model 7.0.0-SNAPSHOT [56/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.model' with 15 classes [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.vp.price >------------- [INFO] Building org.polarsys.capella.vp.price 7.0.0-SNAPSHOT [57/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price' with 8 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.design >---------- [INFO] Building org.polarsys.capella.vp.price.design 7.0.0-SNAPSHOT [58/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.design/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.design --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.design' with 23 classes [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.af >------------ [INFO] Building org.polarsys.capella.vp.price.af 7.0.0-SNAPSHOT [59/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.af --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.af' with 0 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.af.feature >-------- [INFO] Building org.polarsys.capella.vp.price.af.feature 7.0.0-SNAPSHOT [60/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.af.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.af.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.doc >----------- [INFO] Building org.polarsys.capella.vp.price.doc 7.0.0-SNAPSHOT [61/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.doc' with 0 classes [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.price.rules.analysis >------ [INFO] Building org.polarsys.capella.vp.price.rules.analysis 7.0.0-SNAPSHOT [62/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.analysis --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.rules.analysis' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.computation >---- [INFO] Building org.polarsys.capella.vp.price.rules.computation 7.0.0-SNAPSHOT [63/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.computation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.computation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.rules.computation' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.generation >----- [INFO] Building org.polarsys.capella.vp.price.rules.generation 7.0.0-SNAPSHOT [64/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.generation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.generation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.rules.generation' with 0 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.rules.transformation >--- [INFO] Building org.polarsys.capella.vp.price.rules.transformation 7.0.0-SNAPSHOT [65/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.transformation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.transformation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.rules.transformation' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.price.rules.validation >----- [INFO] Building org.polarsys.capella.vp.price.rules.validation 7.0.0-SNAPSHOT [66/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.rules.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.validation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.rules.validation' with 0 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.price.rules.feature >------ [INFO] Building org.polarsys.capella.vp.price.rules.feature 7.0.0-SNAPSHOT [67/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.rules.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.rules.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.model.edit >-------- [INFO] Building org.polarsys.capella.vp.price.model.edit 7.0.0-SNAPSHOT [68/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.model.edit' with 11 classes [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.sbrowser >--------- [INFO] Building org.polarsys.capella.vp.price.sbrowser 7.0.0-SNAPSHOT [69/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.sbrowser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.sbrowser --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.sbrowser' with 2 classes [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.ui >------------ [INFO] Building org.polarsys.capella.vp.price.ui 7.0.0-SNAPSHOT [70/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.ui' with 1 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.price.representation.feature >-- [INFO] Building org.polarsys.capella.vp.price.representation.feature 7.0.0-SNAPSHOT [71/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.representation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.representation.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.vp.price.vpdsl >---------- [INFO] Building org.polarsys.capella.vp.price.vpdsl 7.0.0-SNAPSHOT [72/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.vpdsl/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.vpdsl --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.vpdsl' with 0 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.price.feature >--------- [INFO] Building org.polarsys.capella.vp.price.feature 7.0.0-SNAPSHOT [73/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.model.cdo >-------- [INFO] Building org.polarsys.capella.vp.price.model.cdo 7.0.0-SNAPSHOT [74/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.model.cdo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.model.cdo' with 3 classes [WARNING] Classes in bundle 'org.polarsys.capella.vp.price.model.cdo' do not match with execution data. For report generation the same class files must be used as at runtime. [WARNING] Execution data for class org/polarsys/capella/vp/price/price/impl/PriceImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/price/price/impl/PriceFactoryImpl does not match. [WARNING] Execution data for class org/polarsys/capella/vp/price/price/impl/PartPriceImpl does not match. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.price.cdo.feature >------- [INFO] Building org.polarsys.capella.vp.price.cdo.feature 7.0.0-SNAPSHOT [75/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.price.tests.ju >--------- [INFO] Building org.polarsys.capella.vp.price.tests.ju 7.0.0-SNAPSHOT [76/103] [INFO] from priceviewpoint/tests/org.polarsys.capella.vp.price.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.vp.price.tests.ju' with 22 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.price.tests.feature >------ [INFO] Building org.polarsys.capella.vp.price.tests.feature 7.0.0-SNAPSHOT [77/103] [INFO] from priceviewpoint/features/org.polarsys.capella.vp.price.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.vp.price.fc >------------ [INFO] Building org.polarsys.capella.vp.price.fc 7.0.0-SNAPSHOT [78/103] [INFO] from priceviewpoint/plugins/org.polarsys.capella.vp.price.fc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.vp.price.fc --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.price.viewpoint.site >---- [INFO] Building org.polarsys.capella.basic.price.viewpoint.site 7.0.0-SNAPSHOT [79/103] [INFO] from releng/org.polarsys.capella.basic.price.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.price.viewpoint.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.features >---- [INFO] Building org.polarsys.capella.basic.requirement.features 1.0.0-SNAPSHOT [80/103] [INFO] from requirement/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.bundles >----- [INFO] Building org.polarsys.capella.basic.requirement.bundles 1.0.0-SNAPSHOT [81/103] [INFO] from requirement/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.bundles --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.model >------ [INFO] Building org.polarsys.capella.basic.requirement.model 1.0.0-SNAPSHOT [82/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.model' with 26 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.semantic.queries >-- [INFO] Building org.polarsys.capella.basic.requirement.semantic.queries 1.0.0-SNAPSHOT [83/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.semantic.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.semantic.queries --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.semantic.queries' with 2 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.sirius.analysis >-- [INFO] Building org.polarsys.capella.basic.requirement.sirius.analysis 1.0.0-SNAPSHOT [84/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.sirius.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.sirius.analysis --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.sirius.analysis' with 3 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.basic.requirement.af >------- [INFO] Building org.polarsys.capella.basic.requirement.af 1.0.0-SNAPSHOT [85/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.af/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.af --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.af' with 0 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.business.queries >-- [INFO] Building org.polarsys.capella.basic.requirement.business.queries 1.0.0-SNAPSHOT [86/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.business.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.business.queries --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.business.queries' with 1 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.basic.requirement.doc >------- [INFO] Building org.polarsys.capella.basic.requirement.doc 1.0.0-SNAPSHOT [87/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.doc' with 1 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.properties >--- [INFO] Building org.polarsys.capella.basic.requirement.properties 1.0.0-SNAPSHOT [88/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.properties --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.properties' with 13 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.sirius.ui >---- [INFO] Building org.polarsys.capella.basic.requirement.sirius.ui 1.0.0-SNAPSHOT [89/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.sirius.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.sirius.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.sirius.ui' with 5 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.validation >--- [INFO] Building org.polarsys.capella.basic.requirement.validation 1.0.0-SNAPSHOT [90/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.validation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.validation' with 1 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.model.edit >--- [INFO] Building org.polarsys.capella.basic.requirement.model.edit 1.0.0-SNAPSHOT [91/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.model.edit' with 50 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.migration >---- [INFO] Building org.polarsys.capella.basic.requirement.migration 1.0.0-SNAPSHOT [92/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.migration/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.migration --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.migration' with 1 classes [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.trace >------ [INFO] Building org.polarsys.capella.basic.requirement.trace 1.0.0-SNAPSHOT [93/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.trace/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.trace --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.trace' with 2 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.preferences >--- [INFO] Building org.polarsys.capella.basic.requirement.preferences 1.0.0-SNAPSHOT [94/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.preferences/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.preferences --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.preferences' with 3 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.transition >--- [INFO] Building org.polarsys.capella.basic.requirement.transition 1.0.0-SNAPSHOT [95/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.transition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.transition --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.transition' with 8 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.feature >----- [INFO] Building org.polarsys.capella.basic.requirement.feature 1.0.0-SNAPSHOT [96/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.basic.requirement.model.cdo >---- [INFO] Building org.polarsys.capella.basic.requirement.model.cdo 1.0.0-SNAPSHOT [97/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.model.cdo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.model.cdo' with 9 classes [WARNING] Classes in bundle 'org.polarsys.capella.basic.requirement.model.cdo' do not match with execution data. For report generation the same class files must be used as at runtime. [WARNING] Execution data for class org/polarsys/capella/basic/requirement/impl/RequirementsPkgImpl does not match. [WARNING] Execution data for class org/polarsys/capella/basic/requirement/impl/RequirementImpl does not match. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.cdo.feature >--- [INFO] Building org.polarsys.capella.basic.requirement.cdo.feature 1.0.0-SNAPSHOT [98/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.cdo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.basic.requirement.docgen >----- [INFO] Building org.polarsys.capella.basic.requirement.docgen 1.0.0-SNAPSHOT [99/103] [INFO] from requirement/plugins/org.polarsys.capella.basic.requirement.docgen/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.docgen --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.docgen' with 8 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.docgen.feature >-- [INFO] Building org.polarsys.capella.basic.requirement.docgen.feature 1.0.0-SNAPSHOT [100/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.docgen.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.docgen.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.basic.requirement.tests.ju >---- [INFO] Building org.polarsys.capella.basic.requirement.tests.ju 1.0.0-SNAPSHOT [101/103] [INFO] from requirement/tests/org.polarsys.capella.basic.requirement.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Basic-vp_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.basic.requirement.tests.ju' with 11 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.tests.feature >-- [INFO] Building org.polarsys.capella.basic.requirement.tests.feature 1.0.0-SNAPSHOT [102/103] [INFO] from requirement/features/org.polarsys.capella.basic.requirement.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.basic.requirement.viewpoint.site >-- [INFO] Building org.polarsys.capella.basic.requirement.viewpoint.site 1.0.0-SNAPSHOT [103/103] [INFO] from releng/org.polarsys.capella.basic.requirement.viewpoint.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.8:report (default-cli) @ org.polarsys.capella.basic.requirement.viewpoint.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Capella Basic Viewpoints 7.0.0-SNAPSHOT ............ SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.vp.mass.model 7.0.0-SNAPSHOT .. SUCCESS [ 0.719 s] [INFO] org.polarsys.capella.vp.mass 7.0.0-SNAPSHOT ........ SUCCESS [ 0.434 s] [INFO] org.polarsys.capella.vp.mass.design 7.0.0-SNAPSHOT . SUCCESS [ 0.335 s] [INFO] org.polarsys.capella.vp.mass.af 7.0.0-SNAPSHOT ..... SUCCESS [ 0.235 s] [INFO] org.polarsys.capella.vp.mass.af.feature 7.0.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.vp.mass.doc 7.0.0-SNAPSHOT .... SUCCESS [ 0.210 s] [INFO] org.polarsys.capella.vp.mass.model.edit 7.0.0-SNAPSHOT SUCCESS [ 0.236 s] [INFO] org.polarsys.capella.vp.mass.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 0.205 s] [INFO] org.polarsys.capella.vp.mass.ui 7.0.0-SNAPSHOT ..... SUCCESS [ 0.194 s] [INFO] org.polarsys.capella.vp.mass.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.mass.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 0.171 s] [INFO] org.polarsys.capella.vp.mass.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 0.183 s] [INFO] org.polarsys.capella.vp.mass.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 0.204 s] [INFO] org.polarsys.capella.vp.mass.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.polarsys.capella.vp.mass.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 0.195 s] [INFO] org.polarsys.capella.vp.mass.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.vp.mass.vpdsl 7.0.0-SNAPSHOT .. SUCCESS [ 0.204 s] [INFO] org.polarsys.capella.vp.mass.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.mass.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 0.200 s] [INFO] org.polarsys.capella.vp.mass.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.mass.tests.ju 7.0.0-SNAPSHOT SUCCESS [ 0.244 s] [INFO] org.polarsys.capella.vp.mass.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.mass.fc 7.0.0-SNAPSHOT ..... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.basic.mass.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.vp.perfo.model 7.0.0-SNAPSHOT . SUCCESS [ 0.287 s] [INFO] org.polarsys.capella.vp.perfo 7.0.0-SNAPSHOT ....... SUCCESS [ 0.199 s] [INFO] org.polarsys.capella.vp.perfo.design 7.0.0-SNAPSHOT SUCCESS [ 0.225 s] [INFO] org.polarsys.capella.vp.perfo.af 7.0.0-SNAPSHOT .... SUCCESS [ 0.173 s] [INFO] org.polarsys.capella.vp.perfo.af.feature 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.vp.perfo.doc 7.0.0-SNAPSHOT ... SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.vp.perfo.model.edit 7.0.0-SNAPSHOT SUCCESS [ 0.216 s] [INFO] org.polarsys.capella.vp.perfo.ui 7.0.0-SNAPSHOT .... SUCCESS [ 0.192 s] [INFO] org.polarsys.capella.vp.perfo.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 0.201 s] [INFO] org.polarsys.capella.vp.perfo.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.vp.perfo.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.polarsys.capella.vp.perfo.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 0.179 s] [INFO] org.polarsys.capella.vp.perfo.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 0.167 s] [INFO] org.polarsys.capella.vp.perfo.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 0.184 s] [INFO] org.polarsys.capella.vp.perfo.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 0.174 s] [INFO] org.polarsys.capella.vp.perfo.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.perfo.vpdsl 7.0.0-SNAPSHOT . SUCCESS [ 0.177 s] [INFO] org.polarsys.capella.vp.perfo.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.perfo.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 0.196 s] [INFO] org.polarsys.capella.vp.perfo.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.perfo.tests.ju 7.0.0-SNAPSHOT SUCCESS [ 0.232 s] [INFO] org.polarsys.capella.vp.perfo.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.perfo.fc 7.0.0-SNAPSHOT .... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.perfo.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.basic.price.viewpoint.features 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.price.viewpoint.plugins 7.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.vp.price.model 7.0.0-SNAPSHOT . SUCCESS [ 0.215 s] [INFO] org.polarsys.capella.vp.price 7.0.0-SNAPSHOT ....... SUCCESS [ 0.199 s] [INFO] org.polarsys.capella.vp.price.design 7.0.0-SNAPSHOT SUCCESS [ 0.222 s] [INFO] org.polarsys.capella.vp.price.af 7.0.0-SNAPSHOT .... SUCCESS [ 0.172 s] [INFO] org.polarsys.capella.vp.price.af.feature 7.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.vp.price.doc 7.0.0-SNAPSHOT ... SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.vp.price.rules.analysis 7.0.0-SNAPSHOT SUCCESS [ 0.176 s] [INFO] org.polarsys.capella.vp.price.rules.computation 7.0.0-SNAPSHOT SUCCESS [ 0.173 s] [INFO] org.polarsys.capella.vp.price.rules.generation 7.0.0-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.polarsys.capella.vp.price.rules.transformation 7.0.0-SNAPSHOT SUCCESS [ 0.181 s] [INFO] org.polarsys.capella.vp.price.rules.validation 7.0.0-SNAPSHOT SUCCESS [ 0.182 s] [INFO] org.polarsys.capella.vp.price.rules.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.price.model.edit 7.0.0-SNAPSHOT SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.vp.price.sbrowser 7.0.0-SNAPSHOT SUCCESS [ 0.195 s] [INFO] org.polarsys.capella.vp.price.ui 7.0.0-SNAPSHOT .... SUCCESS [ 0.188 s] [INFO] org.polarsys.capella.vp.price.representation.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.price.vpdsl 7.0.0-SNAPSHOT . SUCCESS [ 0.240 s] [INFO] org.polarsys.capella.vp.price.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.price.model.cdo 7.0.0-SNAPSHOT SUCCESS [ 0.211 s] [INFO] org.polarsys.capella.vp.price.cdo.feature 7.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.vp.price.tests.ju 7.0.0-SNAPSHOT SUCCESS [ 0.226 s] [INFO] org.polarsys.capella.vp.price.tests.feature 7.0.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.vp.price.fc 7.0.0-SNAPSHOT .... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.price.viewpoint.site 7.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.basic.requirement.features 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.requirement.bundles 1.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.basic.requirement.model 1.0.0-SNAPSHOT SUCCESS [ 0.266 s] [INFO] org.polarsys.capella.basic.requirement.semantic.queries 1.0.0-SNAPSHOT SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.basic.requirement.sirius.analysis 1.0.0-SNAPSHOT SUCCESS [ 0.173 s] [INFO] org.polarsys.capella.basic.requirement.af 1.0.0-SNAPSHOT SUCCESS [ 0.171 s] [INFO] org.polarsys.capella.basic.requirement.business.queries 1.0.0-SNAPSHOT SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.basic.requirement.doc 1.0.0-SNAPSHOT SUCCESS [ 0.176 s] [INFO] org.polarsys.capella.basic.requirement.properties 1.0.0-SNAPSHOT SUCCESS [ 0.188 s] [INFO] org.polarsys.capella.basic.requirement.sirius.ui 1.0.0-SNAPSHOT SUCCESS [ 0.183 s] [INFO] org.polarsys.capella.basic.requirement.validation 1.0.0-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.polarsys.capella.basic.requirement.model.edit 1.0.0-SNAPSHOT SUCCESS [ 0.243 s] [INFO] org.polarsys.capella.basic.requirement.migration 1.0.0-SNAPSHOT SUCCESS [ 0.182 s] [INFO] org.polarsys.capella.basic.requirement.trace 1.0.0-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.polarsys.capella.basic.requirement.preferences 1.0.0-SNAPSHOT SUCCESS [ 0.183 s] [INFO] org.polarsys.capella.basic.requirement.transition 1.0.0-SNAPSHOT SUCCESS [ 0.193 s] [INFO] org.polarsys.capella.basic.requirement.feature 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.basic.requirement.model.cdo 1.0.0-SNAPSHOT SUCCESS [ 0.203 s] [INFO] org.polarsys.capella.basic.requirement.cdo.feature 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.basic.requirement.docgen 1.0.0-SNAPSHOT SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.basic.requirement.docgen.feature 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.basic.requirement.tests.ju 1.0.0-SNAPSHOT SUCCESS [ 0.207 s] [INFO] org.polarsys.capella.basic.requirement.tests.feature 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.basic.requirement.viewpoint.site 1.0.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2024-03-13T15:00:21Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Perform Sonar analysis) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse-capella_capella-basic-vp -Dsonar.organization=eclipse-capella -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=17 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.branch.name=master Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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:org.polarsys.capella.addon.basic.viewpoints >------ [INFO] Building Capella Basic Viewpoints 7.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.addon.basic.viewpoints --- [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.53362 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=502ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Loading required plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=461ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=1611ms [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse-capella_capella-basic-vp' [INFO] Load project settings for component key: 'eclipse-capella_capella-basic-vp' (done) | time=435ms [INFO] Process project properties [INFO] Project key: eclipse-capella_capella-basic-vp [INFO] Base dir: /home/jenkins/agent/workspace/Basic-vp_master [INFO] Working dir: /home/jenkins/agent/workspace/Basic-vp_master/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=464ms [INFO] Check ALM binding of project 'eclipse-capella_capella-basic-vp' [INFO] Detected project binding: BOUND [INFO] Check ALM binding of project 'eclipse-capella_capella-basic-vp' (done) | time=412ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=420ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=2ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=490ms [INFO] Load active rules [INFO] Load active rules (done) | time=6842ms [INFO] Organization key: eclipse-capella [INFO] Branch name: master, type: long-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] Preprocessing files... [INFO] 1 language detected in 1 preprocessed file [INFO] 0 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Loading plugins for detected languages [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=1ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=434ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] 1 file indexed [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module Capella Basic Viewpoints [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=399ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (404) | time=618ms [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=512ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. 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=3ms [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=794ms [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=114ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=0ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 1 source file to be analyzed [INFO] SCM Publisher 1/1 source file have been analyzed (done) | time=179ms [INFO] CPD Executor Calculating CPD for 0 files [INFO] CPD Executor CPD calculation finished (done) | time=0ms [INFO] Analysis report generated in 253ms, dir size=265 KB [INFO] Analysis report compressed in 36ms, zip size=55 KB [INFO] Analysis report uploaded in 633ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse-capella_capella-basic-vp&branch=master [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=AY44VJG_h6HB_A5-I_ln [INFO] Analysis total time: 15.784 s [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.725 s [INFO] Finished at: 2024-03-13T15:00:50Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [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