Started by user Erwann Traisnel Running as Erwann Traisnel Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 20d32384e7c770824611e8af2e5b50549c47e205 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-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 > git rev-parse --resolve-git-dir /var/jenkins/workspace/capella-product_enableRCPTT@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/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-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ccf4b7fd431548122954b58efcb84fcee56a273f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10 Commit message: "[sonar] Update Sonar" > git rev-list --no-walk ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-6lhlh 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-6lhlh" 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-6lhlh" - 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-6lhlh" - 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-6lhlh in /home/jenkins/agent/workspace/capella-product_enableRCPTT [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_enableRCPTT # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.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 --depth=1 -- https://github.com/eclipse/capella.git +refs/heads/enableRCPTT:refs/remotes/origin/enableRCPTT # timeout=10 Avoid second fetch Checking out Revision 20d32384e7c770824611e8af2e5b50549c47e205 (enableRCPTT) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/enableRCPTT:refs/remotes/origin/enableRCPTT # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20d32384e7c770824611e8af2e5b50549c47e205 # timeout=13 Commit message: "try with additional zip step" > git rev-list --no-walk 20d32384e7c770824611e8af2e5b50549c47e205 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=e25e0053-e040-494d-b73e-6b99c9ed4ff9 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/51/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-6lhlh JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-product-enableRCPTT-51 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=enableRCPTT GIT_PREVIOUS_COMMIT=20d32384e7c770824611e8af2e5b50549c47e205 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_enableRCPTT RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/51/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-6lhlh USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/51/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=20d32384e7c770824611e8af2e5b50549c47e205 PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/51/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-product_enableRCPTT JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest JENKINS_UI_PORT=tcp://10.30.76.25:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 JOB_NAME=capella-product/enableRCPTT GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#51 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=51 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=enableRCPTT RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/51/display/redirect?page=tests BUILD_KEY=enableRCPTT JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=enableRCPTT KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-product_enableRCPTT@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-e9988b0425db4ee2ffd325d48111d90072e476400d178dd464322e217bcce345 NODE_LABELS=centos-7 centos-7-6lhlh jipp-migration migration GIT_URL=https://github.com/eclipse/capella.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-6lhlh JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/enableRCPTT/display/redirect BUILD_NUMBER=51 HUDSON_COOKIE=6e2ea93b-e6f5-4a00-8068-5d5174cac8aa DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 JENKINS_AGENT_NAME=centos-7-6lhlh JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 7.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ 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 [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition --- [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/2022-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (462B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (7.6kB) [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.1.0.202403260932.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (279.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (104.16kB) [INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB) [INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB) [INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.53kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (595.35kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (564.52kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (81.93kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (134.88kB) [INFO] Fetching org.eclipse.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (496.56kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB) [INFO] Fetching org.eclipse.xtext.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.7kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.68kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.91kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.12kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.57kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.37kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.63kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.57kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/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/2022-12/202212071000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Fetching org.eclipse.xtext.builder_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (394.35kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.46kB) [INFO] Fetching org.eclipse.xtext.smap_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (504.17kB) [INFO] Fetching org.eclipse.xtext.buildship_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB) [INFO] Fetching org.eclipse.xtext.java_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.85kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (143.37kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.22kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.89kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.64kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (195.85kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (138.34kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.91kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.73kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.58kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (288.82kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, full/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 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.1-S20240319-042018/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/ (30.74kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/ (30.74kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/ (60.38kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/ (60.38kB) >> 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: 30.956 s [INFO] Finished at: 2024-04-11T16:43:33Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download JDK) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -L -k -o jdk17-win.zip https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-win.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 43 181M 43 78.8M 0 0 76.5M 0 0:00:02 0:00:01 0:00:01 76.5M 92 181M 92 166M 0 0 82.2M 0 0:00:02 0:00:02 --:--:-- 82.2M 100 181M 100 181M 0 0 83.1M 0 0:00:02 0:00:02 --:--:-- 83.1M [Pipeline] sh + ls -la jdk17-win.zip -rw-r--r--. 1 jenkins 1001800000 190017592 Apr 11 16:43 jdk17-win.zip [Pipeline] sh + unzip -q jdk17-win.zip -d winJRE [Pipeline] sh + mv winJRE/jdk-17.0.10+7 winJRE/jre [Pipeline] echo win JDK downloaded to winJRE/jre [Pipeline] sh + ls winJRE/jre bin conf include jmods legal lib NOTICE release [Pipeline] sh + curl -L -k -o jdk17-linux.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-linux.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 183M 14 26.1M 0 0 67.0M 0 0:00:02 --:--:-- 0:00:02 66.8M 63 183M 63 115M 0 0 83.3M 0 0:00:02 0:00:01 0:00:01 83.3M 100 183M 100 183M 0 0 83.0M 0 0:00:02 0:00:02 --:--:-- 83.0M [Pipeline] sh + ls -la jdk17-linux.tar.gz -rw-r--r--. 1 jenkins 1001800000 192205930 Apr 11 16:43 jdk17-linux.tar.gz [Pipeline] sh + mkdir linuxJRE [Pipeline] sh + tar xzf jdk17-linux.tar.gz -C linuxJRE [Pipeline] sh + mv linuxJRE/jdk-17.0.10+7 linuxJRE/jre [Pipeline] echo linux JDK downloaded to linuxJRE/jre [Pipeline] sh + ls linuxJRE/jre bin conf include jmods legal lib man NOTICE release [Pipeline] sh + curl -L -k -o jdk17-mac.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-mac.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 172M 9 16.2M 0 0 67.3M 0 0:00:02 --:--:-- 0:00:02 67.2M 62 172M 62 108M 0 0 86.6M 0 0:00:01 0:00:01 --:--:-- 86.5M 100 172M 100 172M 0 0 91.9M 0 0:00:01 0:00:01 --:--:-- 91.9M [Pipeline] sh + ls -la jdk17-mac.tar.gz -rw-r--r--. 1 jenkins 1001800000 180364858 Apr 11 16:44 jdk17-mac.tar.gz [Pipeline] sh + mkdir macJRE [Pipeline] sh + tar xzf jdk17-mac.tar.gz -C macJRE [Pipeline] sh + mv macJRE/jdk-17.0.10+7 macJRE/jre [Pipeline] echo mac JDK downloaded to macJRE/jre [Pipeline] sh + ls macJRE/jre Contents [Pipeline] sh + curl -L -k -o jdk17-mac-aarch64.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-mac-aarch64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 169M 33 57.6M 0 0 88.3M 0 0:00:01 --:--:-- 0:00:01 88.3M 90 169M 90 152M 0 0 92.3M 0 0:00:01 0:00:01 --:--:-- 92.3M 100 169M 100 169M 0 0 92.9M 0 0:00:01 0:00:01 --:--:-- 92.9M [Pipeline] sh + ls -la jdk17-mac-aarch64.tar.gz -rw-r--r--. 1 jenkins 1001800000 178168341 Apr 11 16:44 jdk17-mac-aarch64.tar.gz [Pipeline] sh + mkdir mac-aarch64JRE [Pipeline] sh + tar xzf jdk17-mac-aarch64.tar.gz -C mac-aarch64JRE [Pipeline] sh + mv mac-aarch64JRE/jdk-17.0.10+7 mac-aarch64JRE/jre [Pipeline] echo mac-aarch64 JDK downloaded to mac-aarch64JRE/jre [Pipeline] sh + ls mac-aarch64JRE/jre Contents [Pipeline] sh + curl -L -k -o jdk17-linux-aarch64.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-linux-aarch64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 43 182M 43 79.2M 0 0 85.6M 0 0:00:02 --:--:-- 0:00:02 85.5M 99 182M 99 180M 0 0 93.8M 0 0:00:01 0:00:01 --:--:-- 93.8M 100 182M 100 182M 0 0 93.9M 0 0:00:01 0:00:01 --:--:-- 93.9M [Pipeline] sh + ls -la jdk17-linux-aarch64.tar.gz -rw-r--r--. 1 jenkins 1001800000 190867185 Apr 11 16:44 jdk17-linux-aarch64.tar.gz [Pipeline] sh + mkdir linux-aarch64JRE [Pipeline] sh + tar xzf jdk17-linux-aarch64.tar.gz -C linux-aarch64JRE [Pipeline] sh + mv linux-aarch64JRE/jdk-17.0.10+7 linux-aarch64JRE/jre [Pipeline] echo linux-aarch64 JDK downloaded to linux-aarch64JRE/jre [Pipeline] sh + ls linux-aarch64JRE/jre bin conf include jmods legal lib man NOTICE release [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn verify -Pfull -Psign 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... /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.library.ui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.semantic.ui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.run/.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] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=force, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@3420547... 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.common.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/.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 bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB) [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 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.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.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.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.66kB) [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.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB) [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.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.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB) [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.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (400.21kB) [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.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.85kB) [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.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.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.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.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (395.08kB) [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.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.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.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.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.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.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.05kB) [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.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.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_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.49MB) [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.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.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.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.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB) [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.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.02kB) [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.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.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.36MB) [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.swt.win32.win32.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.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.swt.gtk.linux.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.16MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.15MB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Fetching org.eclipse.sirius_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (883.37kB) [INFO] Fetching org.eclipse.sirius.common_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (259.81kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (96.65kB) [INFO] Fetching org.eclipse.sirius.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (643.02kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.17kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (19.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.45kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (36.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (43.08kB) [INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (63.73kB) [INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.7kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.35kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ef:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Fetching org.apache.batik.anim_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (524.02kB) [INFO] Fetching org.apache.batik.dom_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (200.28kB) [INFO] Fetching org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (245.63kB) [INFO] Fetching org.apache.batik.awt.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (446.37kB) [INFO] Fetching org.apache.batik.parser_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (88.94kB) [INFO] Fetching org.apache.batik.ext_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.96kB) [INFO] Fetching org.apache.batik.bridge_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (739.11kB) [INFO] Fetching org.apache.batik.gvt_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (206.58kB) [INFO] Fetching org.apache.batik.script_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (34.04kB) [INFO] Fetching org.apache.batik.xml_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (42.04kB) [INFO] Fetching org.apache.batik.codec_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.34kB) [INFO] Fetching org.apache.batik.transcoder_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141.19kB) [INFO] Fetching org.apache.batik.svggen_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (246.22kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (300.96kB) [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.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.39MB) [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.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.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (331.64kB) [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.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.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.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.7kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (150.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (179.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (151.85kB) [INFO] Fetching org.eclipse.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.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (999.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (120.44kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (261.47kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (104.02kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.44kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (41.37kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (135.8kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (116.27kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (193.24kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.86kB) [INFO] Fetching org.eclipse.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.gmf.runtime.draw2d.ui.render_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (221.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (139.8kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (201.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (219kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (65.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (26.17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (126.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.27kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (321.11kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.31kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.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.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (425.29kB) [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.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.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (286.71kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (43.39kB) [INFO] Fetching org.eclipse.sirius.diagram_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (714.62kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (761.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.06kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (59.42kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (5.82MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (119.13kB) [INFO] Fetching org.eclipse.sirius.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (1.43MB) [INFO] Fetching org.eclipse.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.sirius.ext.draw2d_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (34.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.63kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.79kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.46kB) [INFO] Fetching org.eclipse.sirius.table_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (141.45kB) [INFO] Fetching org.eclipse.sirius.table.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (248.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (44.74kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (47.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (90.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (40.9kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.61kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.93kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3MB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.queries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/.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.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.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.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.amalgam.explorer.activity.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (284.83kB) [INFO] Fetching org.eclipse.sirius.table.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (585.24kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (247.89kB) [INFO] Fetching org.eclipse.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.diffmerge.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (35.89kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (439.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (564.13kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (23.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (37.17kB) [INFO] Fetching org.eclipse.help.base_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.56kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (536.94kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB) [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.pde.runtime_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.13kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.74kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (283.54kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (190.83kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (111.92kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (156.39kB) [INFO] Fetching org.eclipse.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.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.47kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (32.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (73.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (84.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.66kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (33.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (88.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (296.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.37kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.transition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [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 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.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.polarsys.kitalpha.massactions_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (38.91kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (27.2kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (66.04kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (118.03kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.application:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [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.polarsys.kitalpha.resourcereuse.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.43kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (35.69kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.38kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (63.16kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (390.99kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.services:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.views:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.ui.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.re.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.th.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.git.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Fetching org.eclipse.viatra.query.runtime_2.7.1.202208301145.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (193.92kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base_2.7.1.202208301145.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (122.12kB) [INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.7.1.202208301145.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (420.23kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.7.1.202208301145.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.33kB) [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.core.egf/pom.xml [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.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.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.junit_3.15.200.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (546.88kB) [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.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.emf.docgen.html_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (97.67kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.06kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (149.78kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.12kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (40.89kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (2.77MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.88kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (128.87kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (418.25kB) [INFO] Fetching org.eclipse.egf.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (71.28kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.4kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.12kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.13kB) [INFO] Fetching org.eclipse.egf.task_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (15.07kB) [INFO] Fetching org.eclipse.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.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.47kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.53kB) [INFO] Fetching org.eclipse.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.jdt.junit.runtime_3.7.100.v20230115-0919.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.79kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (421.77kB) [INFO] Fetching org.eclipse.pde.launching_3.10.300.v20230129-1906.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.69kB) [INFO] Fetching org.eclipse.pde.ui_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.54MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (387.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (160.56kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (418.56kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.egf.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.framework:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.library.ui.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.library.ui.ju/.polyglot.build.properties [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.03kB) [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.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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.ui.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.semantic.ui.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.table:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.run:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.site:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella [pom] [INFO] org.polarsys.capella.samples [pom] [INFO] org.polarsys.capella.doc.plugins [pom] [INFO] org.polarsys.capella.commandline.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.mdsofa.common [eclipse-plugin] [INFO] org.polarsys.capella.common.plugins [pom] [INFO] org.polarsys.capella.common [eclipse-plugin] [INFO] org.polarsys.capella.common.ef [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.ted [eclipse-plugin] [INFO] org.polarsys.capella.common.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report [eclipse-plugin] [INFO] org.polarsys.capella.common.model [eclipse-plugin] [INFO] org.polarsys.capella.common.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.shared.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.queries [eclipse-plugin] [INFO] org.polarsys.capella.common.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.plugins [pom] [INFO] org.polarsys.capella.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.model.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.model.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.common.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.customization [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.file [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.browser [eclipse-plugin] [INFO] org.polarsys.capella.core.af.integration [eclipse-plugin] [INFO] org.polarsys.capella.core.application [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries [eclipse-plugin] [INFO] org.polarsys.capella.core.data.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.core.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.common.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.model.skeleton [eclipse-plugin] [INFO] org.polarsys.capella.core.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.services [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.adapter [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.clipboard [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences.project.configuration [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.project [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator [eclipse-plugin] [INFO] org.polarsys.capella.core.compare [eclipse-plugin] [INFO] org.polarsys.capella.common.transition [eclipse-plugin] [INFO] org.polarsys.capella.common.re [eclipse-plugin] [INFO] org.polarsys.capella.common.feature [eclipse-feature] [INFO] org.polarsys.capella.common.tools.report.appenders.console [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.core [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.feature [eclipse-feature] [INFO] org.polarsys.capella.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.features [pom] [INFO] org.polarsys.capella.core.model.semantic [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.af.integration.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.information.communication.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datavalue.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.modeller.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.sharedmodel.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.communication.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.menu.contributions [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.selection.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.model.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.ui.ide [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.core.re.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.metric [eclipse-plugin] [INFO] org.polarsys.capella.ui.views [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.reportlog [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.commandline [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.intro [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.validation.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.tiger [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.re [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.quickfix.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.exchanges [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.scenario [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram [eclipse-plugin] [INFO] org.polarsys.capella.core.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.dashboard.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.system.topdown.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.fa.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.model.links.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.fastlinker [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.search [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.wizards.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.project [eclipse-plugin] [INFO] org.polarsys.capella.core.re.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.migration [eclipse-plugin] [INFO] org.polarsys.capella.core.migration.feature [eclipse-feature] [INFO] org.polarsys.capella.core.compare.feature [eclipse-feature] [INFO] org.polarsys.capella.detachment.propertyvalue [eclipse-plugin] [INFO] org.polarsys.capella.detachment.version.precondition [eclipse-plugin] [INFO] org.polarsys.capella.detachment.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.doc [eclipse-plugin] [INFO] org.polarsys.capella.developer.doc [eclipse-plugin] [INFO] org.polarsys.capella.diagrams.doc [eclipse-plugin] [INFO] org.polarsys.capella.diffmerge.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc [eclipse-plugin] [INFO] org.polarsys.capella.viewpoint.doc [eclipse-plugin] [INFO] org.polarsys.capella.preferences.doc [eclipse-plugin] [INFO] org.polarsys.capella.properties.doc [eclipse-plugin] [INFO] org.polarsys.capella.re.doc [eclipse-plugin] [INFO] org.polarsys.capella.transitions.doc [eclipse-plugin] [INFO] org.polarsys.capella.ui.doc [eclipse-plugin] [INFO] org.polarsys.capella.glossary.doc [eclipse-plugin] [INFO] org.polarsys.capella.validation.doc [eclipse-plugin] [INFO] org.polarsys.capella.th.doc [eclipse-plugin] [INFO] org.polarsys.capella.tipsandtricks.doc [eclipse-plugin] [INFO] org.polarsys.capella.git.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.git.feature [eclipse-feature] [INFO] org.polarsys.capella.core.mylyn.feature [eclipse-feature] [INFO] org.polarsys.capella.core.advance.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.properties.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.richtext.feature [eclipse-feature] [INFO] org.polarsys.capella.core.feature [eclipse-feature] [INFO] org.polarsys.capella.core.model.detachement [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.descriptions [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.features [pom] [INFO] org.polarsys.capella.cdo.plugins [pom] [INFO] org.polarsys.capella.common.data.activity.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.emde.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.cdo.mock.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp [eclipse-plugin] [INFO] org.polarsys.capella.rcp [eclipse-feature] [INFO] org.polarsys.capella.rcp.product [eclipse-repository] [INFO] org.polarsys.capella.rcp.site [eclipse-repository] [INFO] org.polarsys.capella.core.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.egf.feature [eclipse-feature] [INFO] org.polarsys.capella.core.releng.plugins [pom] [INFO] org.polarsys.capella.egf.site [eclipse-repository] [INFO] org.polarsys.capella.tests.plugins [pom] [INFO] org.polarsys.capella.test.framework [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.common.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.layout.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.tools.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.benchmarks.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.business.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.commandline.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.filters.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.misc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.doc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.explorer.activity.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fastlinker.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.model.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.validation.rules.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.platform.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.recrpl.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.transition.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fragmentation [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.massactions.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.migration.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.navigator.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.odesign [eclipse-plugin] [INFO] org.polarsys.capella.test.progressmonitoring.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.re.updateconnections.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.richtext.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.semantic.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.semantic.ui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.table [eclipse-plugin] [INFO] org.polarsys.capella.test.suites.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.projection.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.inui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.local.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.notinui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.run [eclipse-plugin] [INFO] org.polarsys.capella.test.feature [eclipse-feature] [INFO] org.polarsys.capella.test.site [eclipse-repository] [INFO] [INFO] -----------------< org.polarsys:org.polarsys.capella >------------------ [INFO] Building Capella 7.0.0-SNAPSHOT [1/290] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella --- [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] -------------< org.polarsys:org.polarsys.capella.samples >-------------- [INFO] Building org.polarsys.capella.samples 7.0.0-SNAPSHOT [2/290] [INFO] from samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.samples --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.samples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.samples --- [INFO] [INFO] --- antrun:3.0.0:run (package-samples) @ org.polarsys.capella.samples --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/capella-product_enableRCPTT/samples/IFE_samplemodel.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/samples/In-Flight Entertainment System [INFO] Executed tasks [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 7.0.0-SNAPSHOT [3/290] [INFO] from doc/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.doc.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 7.0.0-SNAPSHOT [4/290] [INFO] from doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.commandline.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.commandline.doc --- [INFO] Resolving class path of org.polarsys.capella.commandline.doc... [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.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.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.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.commandline.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.commandline.doc --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.commandline.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.commandline.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.commandline.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.commandline.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.commandline.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.commandline.doc --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.mdsofa.common >------- [INFO] Building org.polarsys.capella.common.mdsofa.common 7.0.0-SNAPSHOT [5/290] [INFO] from legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.mdsofa.common --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Resolving class path of org.polarsys.capella.common.mdsofa.common... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.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.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (39.29kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.mdsofa.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.mdsofa.common --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.mdsofa.common --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.mdsofa.common:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.mdsofa.common:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.mdsofa.common --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.plugins >---------- [INFO] Building org.polarsys.capella.common.plugins 7.0.0-SNAPSHOT [6/290] [INFO] from common/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.common >-------------- [INFO] Building org.polarsys.capella.common 7.0.0-SNAPSHOT [7/290] [INFO] from common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common --- [INFO] Resolving class path of org.polarsys.capella.common... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common --- [WARNING] artifact org.polarsys:org.polarsys.capella.common:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ef >------------- [INFO] Building org.polarsys.capella.common.ef 7.0.0-SNAPSHOT [8/290] [INFO] from common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ef --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ef --- [INFO] Resolving class path of org.polarsys.capella.common.ef... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ef --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ef --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ef --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ef:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ef:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ef --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ef --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.platform.sirius.ted >---- [INFO] Building org.polarsys.capella.common.platform.sirius.ted 7.0.0-SNAPSHOT [9/290] [INFO] from common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Resolving class path of org.polarsys.capella.common.platform.sirius.ted... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.ted --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.ted --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.sirius.ted:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.sirius.ted:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.helpers >---------- [INFO] Building org.polarsys.capella.common.helpers 7.0.0-SNAPSHOT [10/290] [INFO] from common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.helpers --- [INFO] Resolving class path of org.polarsys.capella.common.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.helpers --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.helpers --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.tools.report >-------- [INFO] Building org.polarsys.capella.common.tools.report 7.0.0-SNAPSHOT [11/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.model >----------- [INFO] Building org.polarsys.capella.common.model 7.0.0-SNAPSHOT [12/290] [INFO] from common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.model --- [INFO] Resolving class path of org.polarsys.capella.common.model... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.model --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.model --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.model.helpers >------- [INFO] Building org.polarsys.capella.common.model.helpers 7.0.0-SNAPSHOT [13/290] [INFO] from common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.model.helpers --- [INFO] Resolving class path of org.polarsys.capella.common.model.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.model.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.model.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.model.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.model.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.model.helpers --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.core.gen >------- [INFO] Building org.polarsys.capella.common.data.core.gen 7.0.0-SNAPSHOT [14/290] [INFO] from common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.core.gen --- [INFO] Resolving class path of org.polarsys.capella.common.data.core.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.core.gen --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.core.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.core.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.core.gen --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.behavior.gen >----- [INFO] Building org.polarsys.capella.common.data.behavior.gen 7.0.0-SNAPSHOT [15/290] [INFO] from common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Resolving class path of org.polarsys.capella.common.data.behavior.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.activity.gen >----- [INFO] Building org.polarsys.capella.common.data.activity.gen 7.0.0-SNAPSHOT [16/290] [INFO] from common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Resolving class path of org.polarsys.capella.common.data.activity.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.activity.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.activity.gen --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.data.core.gen.edit >----- [INFO] Building org.polarsys.capella.common.data.core.gen.edit 7.0.0-SNAPSHOT [17/290] [INFO] from common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.common.data.core.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.edit 7.0.0-SNAPSHOT [18/290] [INFO] from common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.common.data.behavior.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.activity.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.edit 7.0.0-SNAPSHOT [19/290] [INFO] from common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.common.data.activity.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.helpers >-------- [INFO] Building org.polarsys.capella.common.data.helpers 7.0.0-SNAPSHOT [20/290] [INFO] from common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.helpers --- [INFO] Resolving class path of org.polarsys.capella.common.data.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.helpers --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.helpers --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.shared.id.handler >--------- [INFO] Building org.polarsys.capella.shared.id.handler 7.0.0-SNAPSHOT [21/290] [INFO] from common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.shared.id.handler --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.shared.id.handler --- [INFO] Resolving class path of org.polarsys.capella.shared.id.handler... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.shared.id.handler --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.shared.id.handler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.shared.id.handler --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.shared.id.handler --- [WARNING] artifact org.polarsys:org.polarsys.capella.shared.id.handler:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.shared.id.handler:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.shared.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.shared.id.handler --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.queries >---------- [INFO] Building org.polarsys.capella.common.queries 7.0.0-SNAPSHOT [22/290] [INFO] from common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.queries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.queries --- [INFO] Resolving class path of org.polarsys.capella.common.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.queries --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.queries --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.queries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.queries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.queries --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.menu.dynamic >-------- [INFO] Building org.polarsys.capella.common.menu.dynamic 7.0.0-SNAPSHOT [23/290] [INFO] from common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.menu.dynamic --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Resolving class path of org.polarsys.capella.common.menu.dynamic... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.menu.dynamic --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.menu.dynamic --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.menu.dynamic:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.menu.dynamic:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.re.gen >----------- [INFO] Building org.polarsys.capella.common.re.gen 7.0.0-SNAPSHOT [24/290] [INFO] from common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.re.gen --- [INFO] Resolving class path of org.polarsys.capella.common.re.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.re.gen --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.re.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.re.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.re.gen --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.edit >-------- [INFO] Building org.polarsys.capella.common.re.gen.edit 7.0.0-SNAPSHOT [25/290] [INFO] from common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.common.re.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.re.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.re.gen.edit --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.libraries.gen >------- [INFO] Building org.polarsys.capella.common.libraries.gen 7.0.0-SNAPSHOT [26/290] [INFO] from common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.libraries.gen --- [INFO] Resolving class path of org.polarsys.capella.common.libraries.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.libraries.gen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.libraries.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.libraries.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.libraries.gen --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.libraries.gen.edit >----- [INFO] Building org.polarsys.capella.common.libraries.gen.edit 7.0.0-SNAPSHOT [27/290] [INFO] from common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.common.libraries.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.id.handler >--------- [INFO] Building org.polarsys.capella.common.id.handler 7.0.0-SNAPSHOT [28/290] [INFO] from common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.id.handler --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.id.handler --- [INFO] Resolving class path of org.polarsys.capella.common.id.handler... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.id.handler --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.id.handler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.id.handler --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.id.handler --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.id.handler:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.id.handler:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.id.handler --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.common.libraries >--------- [INFO] Building org.polarsys.capella.common.libraries 7.0.0-SNAPSHOT [29/290] [INFO] from common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.libraries --- [INFO] Resolving class path of org.polarsys.capella.common.libraries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.libraries --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.libraries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.libraries --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.libraries --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.flexibility.properties >--- [INFO] Building org.polarsys.capella.common.flexibility.properties 7.0.0-SNAPSHOT [30/290] [INFO] from common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Resolving class path of org.polarsys.capella.common.flexibility.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.flexibility.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.flexibility.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.flexibility.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.flexibility.properties --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.plugins >----------- [INFO] Building org.polarsys.capella.core.plugins 7.0.0-SNAPSHOT [31/290] [INFO] from core/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.data.gen >----------- [INFO] Building org.polarsys.capella.core.data.gen 7.0.0-SNAPSHOT [32/290] [INFO] from core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.gen --- [INFO] Resolving class path of org.polarsys.capella.core.data.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.gen --- [INFO] Compiling 815 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.gen --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.edit >-------- [INFO] Building org.polarsys.capella.core.data.gen.edit 7.0.0-SNAPSHOT [33/290] [INFO] from core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Resolving class path of org.polarsys.capella.core.data.gen.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Compiling 340 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.gen.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.handler >-------- [INFO] Building org.polarsys.capella.core.model.handler 7.0.0-SNAPSHOT [34/290] [INFO] from core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.handler --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.handler --- [INFO] Resolving class path of org.polarsys.capella.core.model.handler... [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.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.handler --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.handler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.handler --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.handler --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.handler:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.handler:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.handler --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 7.0.0-SNAPSHOT [35/290] [INFO] from common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui --- [INFO] Resolving class path of org.polarsys.capella.common.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui --- [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.helpers >--------- [INFO] Building org.polarsys.capella.core.data.helpers 7.0.0-SNAPSHOT [36/290] [INFO] from core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.helpers --- [INFO] Resolving class path of org.polarsys.capella.core.data.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.helpers --- [INFO] Compiling 239 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.helpers --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.preferences >--------- [INFO] Building org.polarsys.capella.core.preferences 7.0.0-SNAPSHOT [37/290] [INFO] from core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.preferences --- [INFO] Resolving class path of org.polarsys.capella.core.preferences... [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (754.98kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.preferences --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.preferences --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.preferences:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.preferences:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.preferences --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.preferences >------ [INFO] Building org.polarsys.capella.core.model.preferences 7.0.0-SNAPSHOT [38/290] [INFO] from core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.preferences --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.preferences --- [INFO] Resolving class path of org.polarsys.capella.core.model.preferences... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.preferences --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.preferences --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.preferences:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.preferences:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.preferences --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.helpers >-------- [INFO] Building org.polarsys.capella.core.model.helpers 7.0.0-SNAPSHOT [39/290] [INFO] from core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.helpers --- [INFO] Resolving class path of org.polarsys.capella.core.model.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.helpers --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.helpers --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.flexibility.wizards >---- [INFO] Building org.polarsys.capella.common.flexibility.wizards 7.0.0-SNAPSHOT [40/290] [INFO] from common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Resolving class path of org.polarsys.capella.common.flexibility.wizards... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.wizards --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.wizards --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.flexibility.wizards:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.flexibility.wizards:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.linkedtext.ui >------- [INFO] Building org.polarsys.capella.common.linkedtext.ui 7.0.0-SNAPSHOT [41/290] [INFO] from common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Resolving class path of org.polarsys.capella.common.linkedtext.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.linkedtext.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.linkedtext.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.linkedtext.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.linkedtext.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.sirius.customization >-- [INFO] Building org.polarsys.capella.common.platform.sirius.customization 7.0.0-SNAPSHOT [42/290] [INFO] from common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Resolving class path of org.polarsys.capella.common.platform.sirius.customization... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.customization --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.customization --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.sirius.customization:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.sirius.customization:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.file >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.file 7.0.0-SNAPSHOT [43/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.appenders.file... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.file --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.file --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.services >-------- [INFO] Building org.polarsys.capella.common.ui.services 7.0.0-SNAPSHOT [44/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.services --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.services --- [INFO] Resolving class path of org.polarsys.capella.common.ui.services... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.services --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.services --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.services --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.services --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.services:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.services:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.services --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.reportlogview 7.0.0-SNAPSHOT [45/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.appenders.reportlogview... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage 7.0.0-SNAPSHOT [46/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.appenders.usage... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.menu.dynamic >------ [INFO] Building org.polarsys.capella.common.ui.menu.dynamic 7.0.0-SNAPSHOT [47/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Resolving class path of org.polarsys.capella.common.ui.menu.dynamic... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.menu.dynamic --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.menu.dynamic --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.toolkit >--------- [INFO] Building org.polarsys.capella.common.ui.toolkit 7.0.0-SNAPSHOT [48/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Resolving class path of org.polarsys.capella.common.ui.toolkit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.toolkit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.toolkit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.toolkit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.toolkit --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 7.0.0-SNAPSHOT [49/290] [INFO] from core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.resources --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.resources --- [INFO] Resolving class path of org.polarsys.capella.common.ui.resources... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.resources --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.resources --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.resources --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.resources:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.resources:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.resources --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.browser >----- [INFO] Building org.polarsys.capella.common.ui.toolkit.browser 7.0.0-SNAPSHOT [50/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Resolving class path of org.polarsys.capella.common.ui.toolkit.browser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.browser --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.browser --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 7.0.0-SNAPSHOT [51/290] [INFO] from core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.af.integration --- [INFO] Resolving class path of org.polarsys.capella.core.af.integration... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.af.integration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.af.integration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.af.integration --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.af.integration:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.af.integration:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.af.integration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.af.integration --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.application >--------- [INFO] Building org.polarsys.capella.core.application 7.0.0-SNAPSHOT [52/290] [INFO] from core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.application --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.application --- [INFO] Resolving class path of org.polarsys.capella.core.application... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.application --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.application --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.application --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.application --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.application:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.application:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.application --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.commandline.core >------- [INFO] Building org.polarsys.capella.core.commandline.core 7.0.0-SNAPSHOT [53/290] [INFO] from core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.commandline.core --- [INFO] Resolving class path of org.polarsys.capella.core.commandline.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.commandline.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.commandline.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.commandline.core:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.commandline.core:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.commandline.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.commandline.core --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.perspective 7.0.0-SNAPSHOT [54/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.perspective... [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.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.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.commandline.core.ui >----- [INFO] Building org.polarsys.capella.core.commandline.core.ui 7.0.0-SNAPSHOT [55/290] [INFO] from core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Resolving class path of org.polarsys.capella.core.commandline.core.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.commandline.core.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.commandline.core.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 7.0.0-SNAPSHOT [56/290] [INFO] from core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.libraries --- [INFO] Resolving class path of org.polarsys.capella.core.libraries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.libraries --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.libraries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.libraries --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.libraries --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.business.queries >---- [INFO] Building org.polarsys.capella.core.data.business.queries 7.0.0-SNAPSHOT [57/290] [INFO] from core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.business.queries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.business.queries --- [INFO] Resolving class path of org.polarsys.capella.core.data.business.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.business.queries --- [INFO] Compiling 866 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.business.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.business.queries --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.business.queries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.business.queries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.business.queries --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 7.0.0-SNAPSHOT [58/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.resources --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.resources --- [INFO] Resolving class path of org.polarsys.capella.core.ui.resources... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.resources --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.resources --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.resources --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.resources --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.resources:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.resources:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.resources --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.toolkit >---------- [INFO] Building org.polarsys.capella.core.ui.toolkit 7.0.0-SNAPSHOT [59/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.toolkit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Resolving class path of org.polarsys.capella.core.ui.toolkit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.toolkit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.toolkit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.toolkit --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.toolkit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.toolkit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.toolkit --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 7.0.0-SNAPSHOT [60/290] [INFO] from core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Resolving class path of org.polarsys.capella.core.data.gen.edit.decorators... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit.decorators --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit.decorators --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.diagram.helpers >------- [INFO] Building org.polarsys.capella.core.diagram.helpers 7.0.0-SNAPSHOT [61/290] [INFO] from core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.diagram.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Resolving class path of org.polarsys.capella.core.diagram.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.diagram.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.diagram.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.diagram.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.diagram.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.diagram.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.diagram.helpers --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.validation >---------- [INFO] Building org.polarsys.capella.core.validation 7.0.0-SNAPSHOT [62/290] [INFO] from core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.validation --- [INFO] Resolving class path of org.polarsys.capella.core.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.validation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.validation --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.linkedtext.ui >-------- [INFO] Building org.polarsys.capella.core.linkedtext.ui 7.0.0-SNAPSHOT [63/290] [INFO] from core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Resolving class path of org.polarsys.capella.core.linkedtext.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.linkedtext.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.linkedtext.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.linkedtext.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.linkedtext.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu >--- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.menu 7.0.0-SNAPSHOT [64/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.menu... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.actions 7.0.0-SNAPSHOT [65/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.actions... [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (21.17kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.properties >-------- [INFO] Building org.polarsys.capella.core.ui.properties 7.0.0-SNAPSHOT [66/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.properties --- [INFO] Resolving class path of org.polarsys.capella.core.ui.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.properties --- [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.properties --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.properties >----- [INFO] Building org.polarsys.capella.core.data.core.properties 7.0.0-SNAPSHOT [67/290] [INFO] from core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.core.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.core.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.core.properties --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.core.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.core.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.core.properties --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.properties >---- [INFO] Building org.polarsys.capella.core.data.common.properties 7.0.0-SNAPSHOT [68/290] [INFO] from core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.common.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.common.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.common.properties --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.common.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.common.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.common.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.common.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.properties 7.0.0-SNAPSHOT [69/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.properties --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.properties >-- [INFO] Building org.polarsys.capella.core.data.interaction.properties 7.0.0-SNAPSHOT [70/290] [INFO] from core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.interaction.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 7.0.0-SNAPSHOT [71/290] [INFO] from core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.analysis --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Resolving class path of org.polarsys.capella.core.sirius.analysis... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Compiling 233 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.sirius.analysis --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.analysis --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.sirius.analysis:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.sirius.analysis:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.sirius.analysis --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.sirius.ui >---------- [INFO] Building org.polarsys.capella.core.sirius.ui 7.0.0-SNAPSHOT [72/290] [INFO] from core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.sirius.ui --- [INFO] Resolving class path of org.polarsys.capella.core.sirius.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.sirius.ui --- [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.sirius.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.sirius.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.sirius.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.sirius.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.sirius.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.skeleton >-------- [INFO] Building org.polarsys.capella.core.model.skeleton 7.0.0-SNAPSHOT [73/290] [INFO] from core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.skeleton --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.skeleton --- [INFO] Resolving class path of org.polarsys.capella.core.model.skeleton... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.skeleton --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.skeleton --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.skeleton --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.skeleton --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.skeleton:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.skeleton:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.skeleton --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.skeleton --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.menu.dynamic >--------- [INFO] Building org.polarsys.capella.core.menu.dynamic 7.0.0-SNAPSHOT [74/290] [INFO] from core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.menu.dynamic --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Resolving class path of org.polarsys.capella.core.menu.dynamic... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.menu.dynamic --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.menu.dynamic --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.menu.dynamic:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.menu.dynamic:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.menu.dynamic --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.services >----------- [INFO] Building org.polarsys.capella.core.services 7.0.0-SNAPSHOT [75/290] [INFO] from core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.services --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.services --- [INFO] Resolving class path of org.polarsys.capella.core.services... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.services --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.services --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.services --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.services --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.services:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.services:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.services --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.adapter >--- [INFO] Building org.polarsys.capella.core.platform.sirius.adapter 7.0.0-SNAPSHOT [76/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.adapter... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.adapter --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.adapter --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 7.0.0-SNAPSHOT [77/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.clipboard... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.clipboard --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.clipboard --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.preferences.project.configuration >-- [INFO] Building org.polarsys.capella.core.preferences.project.configuration 7.0.0-SNAPSHOT [78/290] [INFO] from core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Resolving class path of org.polarsys.capella.core.preferences.project.configuration... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.preferences.project.configuration --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences.project.configuration --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.preferences.project.configuration:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.preferences.project.configuration:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.project 7.0.0-SNAPSHOT [79/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.project... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.project --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.project --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.navigator 7.0.0-SNAPSHOT [80/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.navigator... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.compare >----------- [INFO] Building org.polarsys.capella.core.compare 7.0.0-SNAPSHOT [81/290] [INFO] from core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.compare --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.compare --- [INFO] Resolving class path of org.polarsys.capella.core.compare... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.compare --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.compare --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.compare --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.compare:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.compare:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.compare --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.transition >--------- [INFO] Building org.polarsys.capella.common.transition 7.0.0-SNAPSHOT [82/290] [INFO] from common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.transition --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.transition --- [INFO] Resolving class path of org.polarsys.capella.common.transition... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.transition --- [INFO] Compiling 138 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.transition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.transition --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.transition:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.transition:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.transition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.transition --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.re >------------- [INFO] Building org.polarsys.capella.common.re 7.0.0-SNAPSHOT [83/290] [INFO] from common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.re --- [INFO] Resolving class path of org.polarsys.capella.common.re... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.re --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.re --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.re --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.re:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.re:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.re --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.feature >---------- [INFO] Building org.polarsys.capella.common.feature 7.0.0-SNAPSHOT [84/290] [INFO] from common/features/org.polarsys.capella.common.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.console >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.console 7.0.0-SNAPSHOT [85/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.appenders.console... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.console --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.console --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.console 7.0.0-SNAPSHOT [86/290] [INFO] from common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Resolving class path of org.polarsys.capella.common.platform.eclipse.tools.report.console... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.tools.report.ui >------ [INFO] Building org.polarsys.capella.common.tools.report.ui 7.0.0-SNAPSHOT [87/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.ui 7.0.0-SNAPSHOT [88/290] [INFO] from common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Resolving class path of org.polarsys.capella.common.platform.eclipse.tools.report.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.common.ui >----- [INFO] Building org.polarsys.capella.core.transition.common.ui 7.0.0-SNAPSHOT [89/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.common.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Resolving class path of org.polarsys.capella.core.transition.common.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.common.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.common.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.common.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 7.0.0-SNAPSHOT [90/290] [INFO] from common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.re.ui --- [INFO] Resolving class path of org.polarsys.capella.common.re.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.re.ui --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.re.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.re.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.re.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage.ui 7.0.0-SNAPSHOT [91/290] [INFO] from common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Resolving class path of org.polarsys.capella.common.tools.report.appenders.usage.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.semantic.browser >----- [INFO] Building org.polarsys.capella.core.ui.semantic.browser 7.0.0-SNAPSHOT [92/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Resolving class path of org.polarsys.capella.core.ui.semantic.browser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.core >---- [INFO] Building org.polarsys.capella.common.ui.massactions.core 7.0.0-SNAPSHOT [93/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Resolving class path of org.polarsys.capella.common.ui.massactions.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.core --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.core --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.core:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.core:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.massactions >------- [INFO] Building org.polarsys.capella.common.ui.massactions 7.0.0-SNAPSHOT [94/290] [INFO] from common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.massactions --- [INFO] Resolving class path of org.polarsys.capella.common.ui.massactions... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.massactions --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.massactions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.massactions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.massactions --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.doc >----- [INFO] Building org.polarsys.capella.common.ui.massactions.doc 7.0.0-SNAPSHOT [95/290] [INFO] from doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Resolving class path of org.polarsys.capella.common.ui.massactions.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.ui.massactions.feature >--- [INFO] Building org.polarsys.capella.common.ui.massactions.feature 7.0.0-SNAPSHOT [96/290] [INFO] from common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.massactions.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.feature >--------- [INFO] Building org.polarsys.capella.common.ui.feature 7.0.0-SNAPSHOT [97/290] [INFO] from common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.ui.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.ui.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.features >----------- [INFO] Building org.polarsys.capella.core.features 7.0.0-SNAPSHOT [98/290] [INFO] from core/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.features --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 7.0.0-SNAPSHOT [99/290] [INFO] from core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.semantic --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.semantic --- [INFO] Resolving class path of org.polarsys.capella.core.model.semantic... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.semantic --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.semantic --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.semantic --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.semantic --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.semantic:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.semantic:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.semantic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.semantic --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.semantic.queries >------- [INFO] Building org.polarsys.capella.core.semantic.queries 7.0.0-SNAPSHOT [100/290] [INFO] from core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.semantic.queries --- [INFO] Resolving class path of org.polarsys.capella.core.semantic.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.semantic.queries --- [INFO] Compiling 472 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.semantic.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.semantic.queries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.semantic.queries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.semantic.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.semantic.queries --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.common.feature >-------- [INFO] Building org.polarsys.capella.core.common.feature 7.0.0-SNAPSHOT [101/290] [INFO] from core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.common.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.common.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.common.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.af.integration.ui >------ [INFO] Building org.polarsys.capella.core.af.integration.ui 7.0.0-SNAPSHOT [102/290] [INFO] from core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Resolving class path of org.polarsys.capella.core.af.integration.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.af.integration.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.af.integration.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.af.integration.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.af.integration.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.af.integration.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.res.edit >-------- [INFO] Building org.polarsys.capella.core.data.res.edit 7.0.0-SNAPSHOT [103/290] [INFO] from core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.edit --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.res.edit --- [INFO] Resolving class path of org.polarsys.capella.core.data.res.edit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.res.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.res.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.edit --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.res.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.res.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.res.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.res.edit --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.gen.editor >------- [INFO] Building org.polarsys.capella.core.data.gen.editor 7.0.0-SNAPSHOT [104/290] [INFO] from core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.editor --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Resolving class path of org.polarsys.capella.core.data.gen.editor... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.gen.editor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.editor --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.editor --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.editor:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.editor:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.gen.editor --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.res.editor >------- [INFO] Building org.polarsys.capella.core.data.res.editor 7.0.0-SNAPSHOT [105/290] [INFO] from core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.editor --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.res.editor --- [INFO] Resolving class path of org.polarsys.capella.core.data.res.editor... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.res.editor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.res.editor --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.editor --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.res.editor:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.res.editor:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.res.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.res.editor --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.common.ui.feature >------ [INFO] Building org.polarsys.capella.core.common.ui.feature 7.0.0-SNAPSHOT [106/290] [INFO] from core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.ui.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.common.ui.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.common.ui.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.common.ui.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.properties >-- [INFO] Building org.polarsys.capella.core.data.information.communication.properties 7.0.0-SNAPSHOT [107/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.communication.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.communication.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.communication.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.properties >------ [INFO] Building org.polarsys.capella.core.data.fa.properties 7.0.0-SNAPSHOT [108/290] [INFO] from core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.fa.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.fa.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.fa.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.properties >------ [INFO] Building org.polarsys.capella.core.data.cs.properties 7.0.0-SNAPSHOT [109/290] [INFO] from core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.cs.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.cs.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.cs.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.properties >----- [INFO] Building org.polarsys.capella.core.data.ctx.properties 7.0.0-SNAPSHOT [110/290] [INFO] from core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.ctx.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.properties >----- [INFO] Building org.polarsys.capella.core.data.epbs.properties 7.0.0-SNAPSHOT [111/290] [INFO] from core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.epbs.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.properties 7.0.0-SNAPSHOT [112/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.datatype.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datavalue.properties 7.0.0-SNAPSHOT [113/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.datavalue.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datavalue.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datavalue.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.properties >------ [INFO] Building org.polarsys.capella.core.data.la.properties 7.0.0-SNAPSHOT [114/290] [INFO] from core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.la.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.la.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.la.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.la.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.la.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.la.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.la.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.modeller.properties >--- [INFO] Building org.polarsys.capella.core.data.modeller.properties 7.0.0-SNAPSHOT [115/290] [INFO] from core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.modeller.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.modeller.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.modeller.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.modeller.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.modeller.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.properties >------ [INFO] Building org.polarsys.capella.core.data.oa.properties 7.0.0-SNAPSHOT [116/290] [INFO] from core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.oa.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.oa.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.oa.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.oa.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.oa.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.properties 7.0.0-SNAPSHOT [117/290] [INFO] from core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.pa.deployment.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.properties >------ [INFO] Building org.polarsys.capella.core.data.pa.properties 7.0.0-SNAPSHOT [118/290] [INFO] from core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.pa.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.pa.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.pa.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties >-- [INFO] Building org.polarsys.capella.core.data.sharedmodel.properties 7.0.0-SNAPSHOT [119/290] [INFO] from core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Resolving class path of org.polarsys.capella.core.data.sharedmodel.properties... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.sharedmodel.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.sharedmodel.properties --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.properties.feature >------ [INFO] Building org.polarsys.capella.core.properties.feature 7.0.0-SNAPSHOT [120/290] [INFO] from core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.properties.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.properties.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.properties.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.properties.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.validation >---- [INFO] Building org.polarsys.capella.core.data.common.validation 7.0.0-SNAPSHOT [121/290] [INFO] from core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.common.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.common.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.common.validation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.common.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.common.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.common.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.common.validation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.validation >----- [INFO] Building org.polarsys.capella.core.data.core.validation 7.0.0-SNAPSHOT [122/290] [INFO] from core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.core.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.core.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.core.validation --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.core.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.core.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.core.validation --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 7.0.0-SNAPSHOT [123/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.system --- [INFO] Resolving class path of org.polarsys.capella.core.transition.system... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.system --- [INFO] Compiling 122 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.system --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.system --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.system --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.system --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown 7.0.0-SNAPSHOT [124/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Resolving class path of org.polarsys.capella.core.transition.system.topdown... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.validation >------ [INFO] Building org.polarsys.capella.core.data.cs.validation 7.0.0-SNAPSHOT [125/290] [INFO] from core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.cs.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.cs.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.cs.validation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.validation >----- [INFO] Building org.polarsys.capella.core.data.ctx.validation 7.0.0-SNAPSHOT [126/290] [INFO] from core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.ctx.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.validation >----- [INFO] Building org.polarsys.capella.core.data.epbs.validation 7.0.0-SNAPSHOT [127/290] [INFO] from core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.epbs.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.validation >------ [INFO] Building org.polarsys.capella.core.data.fa.validation 7.0.0-SNAPSHOT [128/290] [INFO] from core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.fa.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.fa.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.fa.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.validation >-- [INFO] Building org.polarsys.capella.core.data.information.communication.validation 7.0.0-SNAPSHOT [129/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.communication.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.communication.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.communication.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.validation >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.validation 7.0.0-SNAPSHOT [130/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.datatype.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.validation >-- [INFO] Building org.polarsys.capella.core.data.information.validation 7.0.0-SNAPSHOT [131/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.validation >-- [INFO] Building org.polarsys.capella.core.data.interaction.validation 7.0.0-SNAPSHOT [132/290] [INFO] from core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.interaction.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.validation >------ [INFO] Building org.polarsys.capella.core.data.la.validation 7.0.0-SNAPSHOT [133/290] [INFO] from core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.la.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.la.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.la.validation --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.la.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.la.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.la.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.la.validation --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.menu.contributions >--- [INFO] Building org.polarsys.capella.core.data.menu.contributions 7.0.0-SNAPSHOT [134/290] [INFO] from core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Resolving class path of org.polarsys.capella.core.data.menu.contributions... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.menu.contributions --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.menu.contributions --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.menu.contributions:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.menu.contributions:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.validation >------ [INFO] Building org.polarsys.capella.core.data.oa.validation 7.0.0-SNAPSHOT [135/290] [INFO] from core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.oa.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.oa.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.oa.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.oa.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.oa.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.validation 7.0.0-SNAPSHOT [136/290] [INFO] from core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.pa.deployment.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.validation >------ [INFO] Building org.polarsys.capella.core.data.pa.validation 7.0.0-SNAPSHOT [137/290] [INFO] from core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Resolving class path of org.polarsys.capella.core.data.pa.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.pa.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.pa.validation --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.selection.queries >---- [INFO] Building org.polarsys.capella.core.data.selection.queries 7.0.0-SNAPSHOT [138/290] [INFO] from core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.selection.queries --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Resolving class path of org.polarsys.capella.core.data.selection.queries... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.selection.queries --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.selection.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.selection.queries --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.selection.queries:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.selection.queries:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.selection.queries --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.obfuscator >------- [INFO] Building org.polarsys.capella.core.model.obfuscator 7.0.0-SNAPSHOT [139/290] [INFO] from core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.obfuscator --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Resolving class path of org.polarsys.capella.core.model.obfuscator... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.obfuscator --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.obfuscator --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.obfuscator --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.obfuscator:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.obfuscator:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.obfuscator --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 7.0.0-SNAPSHOT [140/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Resolving class path of org.polarsys.capella.core.platform.eclipse.ui.trace... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.eclipse.ui.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.validation.ui.ide >------ [INFO] Building org.polarsys.capella.core.validation.ui.ide 7.0.0-SNAPSHOT [141/290] [INFO] from core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Resolving class path of org.polarsys.capella.core.validation.ui.ide... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui.ide --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui.ide --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.ui.ide:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.ui.ide:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation >-- [INFO] Building org.polarsys.capella.core.platform.sirius.sirius.validation 7.0.0-SNAPSHOT [142/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.sirius.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.sirius.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.services 7.0.0-SNAPSHOT [143/290] [INFO] from core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Resolving class path of org.polarsys.capella.core.platform.sirius.ui.services... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.services --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.services --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.re.validation >-------- [INFO] Building org.polarsys.capella.core.re.validation 7.0.0-SNAPSHOT [144/290] [INFO] from core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.validation --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.validation --- [INFO] Resolving class path of org.polarsys.capella.core.re.validation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.validation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.validation --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.validation:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.validation:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.validation --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.metric >---------- [INFO] Building org.polarsys.capella.core.ui.metric 7.0.0-SNAPSHOT [145/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.metric --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.metric --- [INFO] Resolving class path of org.polarsys.capella.core.ui.metric... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.metric --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.metric --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.metric --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.metric --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.metric:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.metric:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.metric --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.metric --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.ui.views >------------- [INFO] Building org.polarsys.capella.ui.views 7.0.0-SNAPSHOT [146/290] [INFO] from core/plugins/org.polarsys.capella.ui.views/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.views --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ui.views --- [INFO] Resolving class path of org.polarsys.capella.ui.views... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.ui.views/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ui.views --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ui.views --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.views --- [WARNING] artifact org.polarsys:org.polarsys.capella.ui.views:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.ui.views:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ui.views --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.reportlog >--------- [INFO] Building org.polarsys.capella.core.ui.reportlog 7.0.0-SNAPSHOT [147/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.reportlog --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Resolving class path of org.polarsys.capella.core.ui.reportlog... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.reportlog --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.reportlog --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.reportlog --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.reportlog:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.reportlog:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.reportlog --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.validation.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 7.0.0-SNAPSHOT [148/290] [INFO] from core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.commandline --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.validation.commandline --- [INFO] Resolving class path of org.polarsys.capella.core.validation.commandline... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.validation.commandline --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.validation.commandline --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.validation.commandline --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.commandline --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.commandline:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.commandline:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.validation.commandline --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.validation.commandline --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.intro >----------- [INFO] Building org.polarsys.capella.core.ui.intro 7.0.0-SNAPSHOT [149/290] [INFO] from doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.intro --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.intro --- [INFO] Resolving class path of org.polarsys.capella.core.ui.intro... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.intro --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.intro --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.intro --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.intro --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.intro:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.intro:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.intro --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.intro --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.feature >---------- [INFO] Building org.polarsys.capella.core.ui.feature 7.0.0-SNAPSHOT [150/290] [INFO] from core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.validation.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 7.0.0-SNAPSHOT [151/290] [INFO] from core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.validation.ui --- [INFO] Resolving class path of org.polarsys.capella.core.validation.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.validation.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.validation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.validation.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.validation.feature >------ [INFO] Building org.polarsys.capella.core.validation.feature 7.0.0-SNAPSHOT [152/290] [INFO] from core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.validation.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.validation.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.validation.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.validation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.sirius 7.0.0-SNAPSHOT [153/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Resolving class path of org.polarsys.capella.core.ui.semantic.browser.sirius... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.feature 7.0.0-SNAPSHOT [154/290] [INFO] from core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix >--- [INFO] Building org.polarsys.capella.core.data.common.ui.quickfix 7.0.0-SNAPSHOT [155/290] [INFO] from core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.common.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.common.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 7.0.0-SNAPSHOT [156/290] [INFO] from core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.libraries.ui --- [INFO] Resolving class path of org.polarsys.capella.core.libraries.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.libraries.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.libraries.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.libraries.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.libraries.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.libraries.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 7.0.0-SNAPSHOT [157/290] [INFO] from core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.core.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.core.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.tiger >------------ [INFO] Building org.polarsys.capella.core.tiger 7.0.0-SNAPSHOT [158/290] [INFO] from core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.tiger --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.tiger --- [INFO] Resolving class path of org.polarsys.capella.core.tiger... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.tiger --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.tiger --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.tiger --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.tiger --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.tiger:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.tiger:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.tiger --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.tiger --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.cs.ui.quickfix 7.0.0-SNAPSHOT [159/290] [INFO] from core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.cs.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.ctx.ui.quickfix 7.0.0-SNAPSHOT [160/290] [INFO] from core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.ctx.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.epbs.ui.quickfix 7.0.0-SNAPSHOT [161/290] [INFO] from core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.epbs.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.fa.ui.quickfix 7.0.0-SNAPSHOT [162/290] [INFO] from core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.fa.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.information.ui.quickfix 7.0.0-SNAPSHOT [163/290] [INFO] from core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.information.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.information.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.interaction.ui.quickfix 7.0.0-SNAPSHOT [164/290] [INFO] from core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.interaction.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.la.ui.quickfix 7.0.0-SNAPSHOT [165/290] [INFO] from core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.la.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.pa.ui.quickfix 7.0.0-SNAPSHOT [166/290] [INFO] from core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.data.pa.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.re >-------------- [INFO] Building org.polarsys.capella.core.re 7.0.0-SNAPSHOT [167/290] [INFO] from core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re --- [INFO] Resolving class path of org.polarsys.capella.core.re... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.re.ui >------------ [INFO] Building org.polarsys.capella.core.re.ui 7.0.0-SNAPSHOT [168/290] [INFO] from core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.ui --- [INFO] Resolving class path of org.polarsys.capella.core.re.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.re.ui.quickfix >-------- [INFO] Building org.polarsys.capella.core.re.ui.quickfix 7.0.0-SNAPSHOT [169/290] [INFO] from core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Resolving class path of org.polarsys.capella.core.re.ui.quickfix... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.ui.quickfix --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui.quickfix --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.ui.quickfix:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.ui.quickfix:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.quickfix.feature >----- [INFO] Building org.polarsys.capella.core.ui.quickfix.feature 7.0.0-SNAPSHOT [170/290] [INFO] from core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.projection.common >------ [INFO] Building org.polarsys.capella.core.projection.common 7.0.0-SNAPSHOT [171/290] [INFO] from core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.projection.common --- [INFO] Resolving class path of org.polarsys.capella.core.projection.common... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.projection.common --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.projection.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.projection.common --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.common:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.common:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.projection.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.projection.common --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.exchanges >----- [INFO] Building org.polarsys.capella.core.projection.exchanges 7.0.0-SNAPSHOT [172/290] [INFO] from core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.exchanges --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Resolving class path of org.polarsys.capella.core.projection.exchanges... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.projection.exchanges --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.projection.exchanges --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.exchanges --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.exchanges:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.exchanges:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.projection.exchanges --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.interfaces >---- [INFO] Building org.polarsys.capella.core.projection.interfaces 7.0.0-SNAPSHOT [173/290] [INFO] from core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Resolving class path of org.polarsys.capella.core.projection.interfaces... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.projection.interfaces --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.interfaces:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.interfaces:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.projection.interfaces --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.scenario >----- [INFO] Building org.polarsys.capella.core.projection.scenario 7.0.0-SNAPSHOT [174/290] [INFO] from core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.scenario --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.projection.scenario --- [INFO] Resolving class path of org.polarsys.capella.core.projection.scenario... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.projection.scenario --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.projection.scenario --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.projection.scenario --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.scenario --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.scenario:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.scenario:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.projection.scenario --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.projection.scenario --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.transition.diagram >------ [INFO] Building org.polarsys.capella.core.transition.diagram 7.0.0-SNAPSHOT [175/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.diagram --- [INFO] Resolving class path of org.polarsys.capella.core.transition.diagram... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.diagram --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.diagram --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.diagram:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.diagram:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.diagram --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.diagram --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.transfo.feature >------- [INFO] Building org.polarsys.capella.core.transfo.feature 7.0.0-SNAPSHOT [176/290] [INFO] from core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transfo.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transfo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transfo.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transfo.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.flexibility.wizards >----- [INFO] Building org.polarsys.capella.core.flexibility.wizards 7.0.0-SNAPSHOT [177/290] [INFO] from core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Resolving class path of org.polarsys.capella.core.flexibility.wizards... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.wizards --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.wizards --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.flexibility.wizards:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.flexibility.wizards:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.system.ui >----- [INFO] Building org.polarsys.capella.core.transition.system.ui 7.0.0-SNAPSHOT [178/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Resolving class path of org.polarsys.capella.core.transition.system.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.system.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.system.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.ui 7.0.0-SNAPSHOT [179/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Resolving class path of org.polarsys.capella.core.transition.system.topdown.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.explorer.activity.ui >----- [INFO] Building org.polarsys.capella.core.explorer.activity.ui 7.0.0-SNAPSHOT [180/290] [INFO] from core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Resolving class path of org.polarsys.capella.core.explorer.activity.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Compiling 114 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.explorer.activity.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.explorer.activity.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.dashboard.feature >------ [INFO] Building org.polarsys.capella.core.dashboard.feature 7.0.0-SNAPSHOT [181/290] [INFO] from core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.dashboard.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.dashboard.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.dashboard.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.dashboard.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.common.feature >-- [INFO] Building org.polarsys.capella.core.transition.common.feature 7.0.0-SNAPSHOT [182/290] [INFO] from core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.common.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.common.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.common.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.feature 7.0.0-SNAPSHOT [183/290] [INFO] from core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.fa.ui.wizards 7.0.0-SNAPSHOT [184/290] [INFO] from core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Resolving class path of org.polarsys.capella.core.data.fa.ui.wizards... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.wizards --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.wizards --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.la.ui.wizards 7.0.0-SNAPSHOT [185/290] [INFO] from core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Resolving class path of org.polarsys.capella.core.data.la.ui.wizards... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.wizards --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.wizards --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.model.links.helpers >----- [INFO] Building org.polarsys.capella.core.model.links.helpers 7.0.0-SNAPSHOT [186/290] [INFO] from core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.links.helpers --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Resolving class path of org.polarsys.capella.core.model.links.helpers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.links.helpers --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.links.helpers --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.links.helpers --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.links.helpers:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.links.helpers:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.links.helpers --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.fastlinker >-------- [INFO] Building org.polarsys.capella.core.ui.fastlinker 7.0.0-SNAPSHOT [187/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Resolving class path of org.polarsys.capella.core.ui.fastlinker... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.fastlinker --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.fastlinker --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.fastlinker:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.fastlinker:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.search >---------- [INFO] Building org.polarsys.capella.core.ui.search 7.0.0-SNAPSHOT [188/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.search --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.search --- [INFO] Resolving class path of org.polarsys.capella.core.ui.search... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.search --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.search --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.search --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.search --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.search:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.search:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.search --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.search --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.wizards.feature >------ [INFO] Building org.polarsys.capella.core.ui.wizards.feature 7.0.0-SNAPSHOT [189/290] [INFO] from core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.wizards.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.wizards.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.re.updateconnections.ui >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.ui 7.0.0-SNAPSHOT [190/290] [INFO] from core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Resolving class path of org.polarsys.capella.core.re.updateconnections.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.project >---------- [INFO] Building org.polarsys.capella.core.re.project 7.0.0-SNAPSHOT [191/290] [INFO] from core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.project --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.project --- [INFO] Resolving class path of org.polarsys.capella.core.re.project... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.project --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.project --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.project --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.project --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.project:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.project:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.project --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.feature >---------- [INFO] Building org.polarsys.capella.core.re.feature 7.0.0-SNAPSHOT [192/290] [INFO] from core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.re.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.libraries.feature >------ [INFO] Building org.polarsys.capella.core.libraries.feature 7.0.0-SNAPSHOT [193/290] [INFO] from core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.libraries.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.libraries.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.libraries.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.libraries.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.migration >-------- [INFO] Building org.polarsys.capella.core.data.migration 7.0.0-SNAPSHOT [194/290] [INFO] from core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.migration --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.migration --- [INFO] Resolving class path of org.polarsys.capella.core.data.migration... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.migration --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.migration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.migration --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.migration:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.migration:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.migration --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.migration.feature >------ [INFO] Building org.polarsys.capella.core.migration.feature 7.0.0-SNAPSHOT [195/290] [INFO] from core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.migration.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.migration.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.migration.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.migration.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.migration.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.compare.feature >------- [INFO] Building org.polarsys.capella.core.compare.feature 7.0.0-SNAPSHOT [196/290] [INFO] from core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.compare.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.compare.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.compare.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.compare.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.compare.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.detachment.propertyvalue >----- [INFO] Building org.polarsys.capella.detachment.propertyvalue 7.0.0-SNAPSHOT [197/290] [INFO] from ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Resolving class path of org.polarsys.capella.detachment.propertyvalue... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.detachment.propertyvalue --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.propertyvalue --- [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.propertyvalue:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.propertyvalue:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.detachment.version.precondition >-- [INFO] Building org.polarsys.capella.detachment.version.precondition 7.0.0-SNAPSHOT [198/290] [INFO] from ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.version.precondition --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Resolving class path of org.polarsys.capella.detachment.version.precondition... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.detachment.version.precondition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.detachment.version.precondition --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.version.precondition --- [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.version.precondition:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.version.precondition:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.detachment.version.precondition --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.detachment.feature >-------- [INFO] Building org.polarsys.capella.detachment.feature 7.0.0-SNAPSHOT [199/290] [INFO] from ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.detachment.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.detachment.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.detachment.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.detachment.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.re.updateconnections.doc >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.doc 7.0.0-SNAPSHOT [200/290] [INFO] from doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Resolving class path of org.polarsys.capella.core.re.updateconnections.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.doc --- [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.core.re.updateconnections.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.developer.doc >----------- [INFO] Building org.polarsys.capella.developer.doc 7.0.0-SNAPSHOT [201/290] [INFO] from doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.developer.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.developer.doc --- [INFO] Resolving class path of org.polarsys.capella.developer.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.developer.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.developer.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.developer.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.developer.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.developer.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.developer.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.developer.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.developer.doc --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.diagrams.doc >----------- [INFO] Building org.polarsys.capella.diagrams.doc 7.0.0-SNAPSHOT [202/290] [INFO] from doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diagrams.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.diagrams.doc --- [INFO] Resolving class path of org.polarsys.capella.diagrams.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.diagrams.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.diagrams.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.diagrams.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diagrams.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.diagrams.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.diagrams.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.diagrams.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.diagrams.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.diffmerge.doc >----------- [INFO] Building org.polarsys.capella.diffmerge.doc 7.0.0-SNAPSHOT [203/290] [INFO] from doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diffmerge.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.diffmerge.doc --- [INFO] Resolving class path of org.polarsys.capella.diffmerge.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.diffmerge.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.diffmerge.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.diffmerge.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diffmerge.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.diffmerge.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.diffmerge.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.diffmerge.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.diffmerge.doc --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.doc >---------------- [INFO] Building org.polarsys.capella.doc 7.0.0-SNAPSHOT [204/290] [INFO] from doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.doc --- [INFO] Resolving class path of org.polarsys.capella.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.viewpoint.doc >----------- [INFO] Building org.polarsys.capella.viewpoint.doc 7.0.0-SNAPSHOT [205/290] [INFO] from doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viewpoint.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.viewpoint.doc --- [INFO] Resolving class path of org.polarsys.capella.viewpoint.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.viewpoint.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.viewpoint.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.viewpoint.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viewpoint.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.viewpoint.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.viewpoint.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.viewpoint.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.viewpoint.doc --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.preferences.doc >---------- [INFO] Building org.polarsys.capella.preferences.doc 7.0.0-SNAPSHOT [206/290] [INFO] from doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.preferences.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.preferences.doc --- [INFO] Resolving class path of org.polarsys.capella.preferences.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.preferences.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.preferences.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.preferences.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.preferences.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.preferences.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.preferences.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.preferences.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.preferences.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.properties.doc >---------- [INFO] Building org.polarsys.capella.properties.doc 7.0.0-SNAPSHOT [207/290] [INFO] from doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.properties.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.properties.doc --- [INFO] Resolving class path of org.polarsys.capella.properties.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.properties.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.properties.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.properties.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.properties.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.properties.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.properties.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.properties.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.properties.doc --- [INFO] No tests to run. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.re.doc >-------------- [INFO] Building org.polarsys.capella.re.doc 7.0.0-SNAPSHOT [208/290] [INFO] from doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.re.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.re.doc --- [INFO] Resolving class path of org.polarsys.capella.re.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.re.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.re.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.re.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.re.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.re.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.re.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.re.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.re.doc --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.transitions.doc >---------- [INFO] Building org.polarsys.capella.transitions.doc 7.0.0-SNAPSHOT [209/290] [INFO] from doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transitions.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transitions.doc --- [INFO] Resolving class path of org.polarsys.capella.transitions.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transitions.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transitions.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transitions.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.transitions.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.transitions.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.transitions.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transitions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.transitions.doc --- [INFO] No tests to run. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.ui.doc >-------------- [INFO] Building org.polarsys.capella.ui.doc 7.0.0-SNAPSHOT [210/290] [INFO] from doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ui.doc --- [INFO] Resolving class path of org.polarsys.capella.ui.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ui.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ui.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ui.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.ui.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.ui.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ui.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ui.doc --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.glossary.doc >----------- [INFO] Building org.polarsys.capella.glossary.doc 7.0.0-SNAPSHOT [211/290] [INFO] from doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.glossary.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.glossary.doc --- [INFO] Resolving class path of org.polarsys.capella.glossary.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.glossary.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.glossary.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.glossary.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.glossary.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.glossary.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.glossary.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.glossary.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.glossary.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.validation.doc >---------- [INFO] Building org.polarsys.capella.validation.doc 7.0.0-SNAPSHOT [212/290] [INFO] from doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.validation.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.validation.doc --- [INFO] Resolving class path of org.polarsys.capella.validation.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.validation.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.validation.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.validation.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.validation.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.validation.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.validation.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.validation.doc --- [INFO] No tests to run. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.th.doc >-------------- [INFO] Building org.polarsys.capella.th.doc 7.0.0-SNAPSHOT [213/290] [INFO] from doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.th.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.th.doc --- [INFO] Resolving class path of org.polarsys.capella.th.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.th.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.th.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.th.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.th.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.th.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.th.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.th.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.th.doc --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.tipsandtricks.doc >--------- [INFO] Building org.polarsys.capella.tipsandtricks.doc 7.0.0-SNAPSHOT [214/290] [INFO] from doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Resolving class path of org.polarsys.capella.tipsandtricks.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.tipsandtricks.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.tipsandtricks.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] No tests to run. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.git.doc >-------------- [INFO] Building org.polarsys.capella.git.doc 7.0.0-SNAPSHOT [215/290] [INFO] from doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.git.doc --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.git.doc --- [INFO] Resolving class path of org.polarsys.capella.git.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.git.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.git.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.git.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.git.doc --- [WARNING] artifact org.polarsys:org.polarsys.capella.git.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.git.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.git.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.git.doc --- [INFO] No tests to run. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.feature >------------ [INFO] Building org.polarsys.capella.doc.feature 7.0.0-SNAPSHOT [216/290] [INFO] from doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.doc.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.doc.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.doc.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.doc.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.common.ui >----- [INFO] Building org.polarsys.capella.core.projection.common.ui 7.0.0-SNAPSHOT [217/290] [INFO] from core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Resolving class path of org.polarsys.capella.core.projection.common.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.projection.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.projection.common.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.common.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.projection.common.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.projection.common.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.diagram.ui >---- [INFO] Building org.polarsys.capella.core.transition.diagram.ui 7.0.0-SNAPSHOT [218/290] [INFO] from core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Resolving class path of org.polarsys.capella.core.transition.diagram.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.diagram.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.transition.diagram.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.transfo.feature >------ [INFO] Building org.polarsys.capella.core.ui.transfo.feature 7.0.0-SNAPSHOT [219/290] [INFO] from core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.transfo.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.transfo.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.git.feature >--------- [INFO] Building org.polarsys.capella.core.git.feature 7.0.0-SNAPSHOT [220/290] [INFO] from core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.git.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.git.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.git.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.git.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.git.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.git.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.mylyn.feature >-------- [INFO] Building org.polarsys.capella.core.mylyn.feature 7.0.0-SNAPSHOT [221/290] [INFO] from core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.mylyn.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.mylyn.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.mylyn.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.mylyn.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.advance.feature >------- [INFO] Building org.polarsys.capella.core.advance.feature 7.0.0-SNAPSHOT [222/290] [INFO] from core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.advance.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.advance.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.advance.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.advance.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.advance.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.ui.properties.richtext >---- [INFO] Building org.polarsys.capella.core.ui.properties.richtext 7.0.0-SNAPSHOT [223/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Resolving class path of org.polarsys.capella.core.ui.properties.richtext... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.richtext --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.richtext --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties.richtext:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties.richtext:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext >-- [INFO] Building org.polarsys.capella.core.explorer.activity.ui.richtext 7.0.0-SNAPSHOT [224/290] [INFO] from core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Resolving class path of org.polarsys.capella.core.explorer.activity.ui.richtext... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.properties.richtext.feature >-- [INFO] Building org.polarsys.capella.core.properties.richtext.feature 7.0.0-SNAPSHOT [225/290] [INFO] from core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.properties.richtext.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.properties.richtext.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.feature >----------- [INFO] Building org.polarsys.capella.core.feature 7.0.0-SNAPSHOT [226/290] [INFO] from core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.detachement >------ [INFO] Building org.polarsys.capella.core.model.detachement 7.0.0-SNAPSHOT [227/290] [INFO] from core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.detachement --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.model.detachement --- [INFO] Resolving class path of org.polarsys.capella.core.model.detachement... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.model.detachement --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.model.detachement --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.model.detachement --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.detachement --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.detachement:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.model.detachement:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.model.detachement --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.model.detachement --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.properties.descriptions >-- [INFO] Building org.polarsys.capella.core.ui.properties.descriptions 7.0.0-SNAPSHOT [228/290] [INFO] from core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Resolving class path of org.polarsys.capella.core.ui.properties.descriptions... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.descriptions --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.descriptions --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.viatra.common.data.gen >------ [INFO] Building org.polarsys.capella.viatra.common.data.gen 7.0.0-SNAPSHOT [229/290] [INFO] from ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Resolving class path of org.polarsys.capella.viatra.common.data.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.viatra.common.data.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.data.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.common.data.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.common.data.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.common.re.gen >------- [INFO] Building org.polarsys.capella.viatra.common.re.gen 7.0.0-SNAPSHOT [230/290] [INFO] from ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Resolving class path of org.polarsys.capella.viatra.common.re.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.viatra.common.re.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.re.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.common.re.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.common.re.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.data.gen >------- [INFO] Building org.polarsys.capella.viatra.core.data.gen 7.0.0-SNAPSHOT [231/290] [INFO] from ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Resolving class path of org.polarsys.capella.viatra.core.data.gen... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Compiling 545 source files to /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.viatra.core.data.gen --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.data.gen --- [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.core.data.gen:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.core.data.gen:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] No tests to run. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.feature >-------- [INFO] Building org.polarsys.capella.viatra.core.feature 7.0.0-SNAPSHOT [232/290] [INFO] from ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.viatra.core.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.viatra.core.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.core.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.viatra.core.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.viatra.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.features >----------- [INFO] Building org.polarsys.capella.cdo.features 7.0.0-SNAPSHOT [233/290] [INFO] from releng/cdo/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.plugins >------------ [INFO] Building org.polarsys.capella.cdo.plugins 7.0.0-SNAPSHOT [234/290] [INFO] from releng/cdo/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.cdo 7.0.0-SNAPSHOT [235/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.common.data.activity.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.cdo 7.0.0-SNAPSHOT [236/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.common.data.behavior.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.core.gen.cdo >----- [INFO] Building org.polarsys.capella.common.data.core.gen.cdo 7.0.0-SNAPSHOT [237/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.common.data.core.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.libraries.gen.cdo >----- [INFO] Building org.polarsys.capella.common.libraries.gen.cdo 7.0.0-SNAPSHOT [238/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.common.libraries.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.cdo >--------- [INFO] Building org.polarsys.capella.common.re.gen.cdo 7.0.0-SNAPSHOT [239/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.common.re.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.common.re.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.cdo >--------- [INFO] Building org.polarsys.capella.core.data.gen.cdo 7.0.0-SNAPSHOT [240/290] [INFO] from releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Resolving class path of org.polarsys.capella.core.data.gen.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.cdo --- [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.core.data.gen.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo >------ [INFO] Building org.polarsys.kitalpha.ad.metadata.model.cdo 7.0.0-SNAPSHOT [241/290] [INFO] from releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Resolving class path of org.polarsys.kitalpha.ad.metadata.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.kitalpha.ad.metadata.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [WARNING] artifact org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.emde.model.cdo >---------- [INFO] Building org.polarsys.kitalpha.emde.model.cdo 7.0.0-SNAPSHOT [242/290] [INFO] from releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Resolving class path of org.polarsys.kitalpha.emde.model.cdo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.kitalpha.emde.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] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.emde.model.cdo --- [WARNING] artifact org.polarsys:org.polarsys.kitalpha.emde.model.cdo:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.kitalpha.emde.model.cdo:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No tests to run. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.cdo.mock.feature >--------- [INFO] Building org.polarsys.capella.cdo.mock.feature 7.0.0-SNAPSHOT [243/290] [INFO] from releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.mock.feature --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.mock.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.cdo.mock.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.cdo.mock.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp >------ [INFO] Building org.polarsys.capella.rcp 7.0.0-SNAPSHOT [244/290] [INFO] from releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.rcp --- [INFO] Resolving class path of org.polarsys.capella.rcp... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.rcp --- [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.rcp --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.rcp --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.rcp --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [WARNING] artifact org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.rcp --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.rcp >---------------- [INFO] Building org.polarsys.capella.rcp 7.0.0-SNAPSHOT [245/290] [INFO] from releng/features/org.polarsys.capella.rcp/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.rcp --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [WARNING] artifact org.polarsys:org.polarsys.capella.rcp:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.rcp:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.product >------------ [INFO] Building org.polarsys.capella.rcp.product 7.0.0-SNAPSHOT [246/290] [INFO] from releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.product --- [INFO] The project's OSGi version is 7.0.0.202404111644 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.equinox.executable_3.8.2000.v20221201-0912.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (435.93kB) [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [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 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 javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.93kB) [INFO] Fetching junit-jupiter-api_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.89kB) [INFO] Fetching junit-platform-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.63kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (240.83kB) [INFO] Fetching junit-platform-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (184.79kB) [INFO] Fetching junit-platform-launcher_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (165.27kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB) [INFO] Fetching junit-jupiter-params_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (566.24kB) [INFO] Fetching junit-platform-runner_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.19kB) [INFO] Fetching junit-platform-suite-api_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB) [INFO] Fetching junit-vintage-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.33kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (360.77kB) [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.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.78kB) [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.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.annotations_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.1-S20240319-042018/2023-03/plugins/ (503.27kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202311201319.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/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.1-S20240319-042018/2023-03/features/ (19.17kB) [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.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.25kB) [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.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.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.9kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.rcp_4.27.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.84kB) [INFO] Fetching org.eclipse.e4.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.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.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.win32.win32.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.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.win32.source_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.23kB) [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.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.79kB) [INFO] Fetching org.eclipse.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.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.65kB) [INFO] Fetching org.apache.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.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.16kB) [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_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.egit.doc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.49MB) [INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.egit.core.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.28kB) [INFO] Fetching org.eclipse.egit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.97MB) [INFO] Fetching org.eclipse.egit.gitflow.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.43kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (67.08kB) [INFO] Fetching org.eclipse.egit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.31kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.41kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.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.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.79kB) [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.connector.git_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (34.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (86.5kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (117.07kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (294.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (106.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (68.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.doc_2.29.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.31.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ecore.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.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.executable_root.win32.win32.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (270.24kB) [INFO] Fetching org.eclipse.equinox.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.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.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.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.59kB) [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.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.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.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.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.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.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_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.webapp_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (738.67kB) [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.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.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.02kB) [INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.53kB) [INFO] Fetching org.eclipse.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_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.ui.browser_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.28kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202303072132.jar from https://download.eclipse.org/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.doc.user_3.14.1900.v20230116-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.28MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.33kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.14kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.33kB) [INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.08kB) [INFO] Fetching org.eclipse.pde_3.13.2200.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.55kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (581.33kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/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.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/ (23.76MB of 35.28MB at 23.76MB/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.monitoring_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.72kB) [INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.02kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.59kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.36kB) [INFO] Fetching org.eclipse.platform_root_4.27.0.v20230302-0300 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (196B) [INFO] Fetching org.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.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.core.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.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.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.ui.win32.source_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.43kB) [INFO] Fetching org.eclipse.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_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.77kB) [INFO] Fetching org.eclipse.sirius.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.56kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.38kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.53kB) [INFO] Fetching org.eclipse.sirius.doc_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.97MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.96MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.99kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.95kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (21.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (22.91kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.61kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (102.95kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (155.49kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (241.61kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (278.12kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (137.01kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (256.69kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (2.45MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (403.37kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (171.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.06kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (888.83kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (33.24kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.8kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.72kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.common.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (201.8kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.18kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (657.55kB) [INFO] Fetching org.eclipse.sirius.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (696.13kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (725.78kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (498.3kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (233.82kB) [INFO] Fetching org.eclipse.sirius.table.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (104.1kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (146.16kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (27.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.59kB) [INFO] Fetching org.eclipse.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.kitalpha.ad.af.coredomain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (858.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (33.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (46.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (22.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (65.08kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (109.24kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (34.3kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.78kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (15.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (15.1kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.33kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.31kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (25.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (24.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (22.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.83kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (27.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (77.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (55.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (216.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (78.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (45.4kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (20.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (18.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (163.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (23.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (28.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (16.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240319/features/ (11.26kB) [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.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.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.equinox.executable_root.gtk.linux.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.64kB) [INFO] Fetching org.eclipse.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.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.52kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.69kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (17.02kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.24kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (60.72kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.92kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.72kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (16.44kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.rcp.product --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.polarsys.capella.rcp.product --- [INFO] Installing product org.polarsys.capella.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/capella-product_enableRCPTT/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64 Installing org.polarsys.capella.rcp.product 7.0.0.202404111644. /home/jenkins/agent/workspace/capella-product_enableRCPTT@tmp/durable-dd09f242/script.sh: line 1: 573 Killed mvn verify -Pfull -Psign [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Zip Product for test purposes) Stage "Zip Product for test purposes" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run RCPTT tests) Stage "Run RCPTT tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) Stage "Deploy to Nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) Stage "Deploy to Nightly Root" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar) Stage "Sonar" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $password [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): [password] See https://jenkins.io/redirect/groovy-string-interpolation for details. + curl https://api.github.com/repos/eclipse/capella/issues/enableRCPTT/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 252 100 252 0 0 1163 0 --:--:-- --:--:-- --:--:-- 1166 { "message": "Moved Permanently", "url": "https://api.github.com/repositories/232634051/issues/enableRCPTT/labels/build-started", "documentation_url": "https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api#follow-redirects" } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 137 GitHub has been notified of this commit’s build result Finished: FAILURE