Skip to content
Unstable

Console Output

Started by user Thomas Guiu
Running as Thomas Guiu
04:45:24 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 2ff5e7439c4d961d9993314362bf6ffef5f0c0ff
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-7-mdh8l’ is offline
Agent centos-7-mdh8l 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-mdh8l"
  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-mdh8l"
    - 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-mdh8l"
    - 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-mdh8l in /home/jenkins/agent/workspace/Capella-studio_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-studio.git
 > git init /home/jenkins/agent/workspace/Capella-studio_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-studio.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-studio.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 2ff5e7439c4d961d9993314362bf6ffef5f0c0ff (master)
 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2ff5e7439c4d961d9993314362bf6ffef5f0c0ff # timeout=10
Commit message: "[releng] Update Kitalpha version in TP"
 > git rev-list --no-walk 2ff5e7439c4d961d9993314362bf6ffef5f0c0ff # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Target Platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -f releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >---
[INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets ---
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2023-03
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (462B)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (7.6kB)
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB)
[INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.75MB)
[INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.01kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.23MB)
[INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (586.39kB)
[INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.92kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.12kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.35kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (717.41kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.34kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.54kB)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.89kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.65kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (844.43kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (909.51kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (262.89kB)
[INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.66kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.cbi.targetplatform_3.1.0.202403260932.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (279.44kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.model_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (104.16kB)
[INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.99kB)
[INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (313.56kB)
[INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (362.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.59kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.09kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (595.34kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (564.57kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (81.93kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (134.88kB)
[INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (496.58kB)
[INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (570.79kB)
[INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.76kB)
[INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (621.13kB)
[INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.39MB)
[INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.05kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (892.83kB)
[INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (691.11kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (331.64kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.39kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (286.17kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (314.81kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (400.21kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.85kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.06kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.53kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (395.08kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.61kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (266.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (149.44kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.14kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.78kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.68kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.1kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (291.47kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.82kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (168.05kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (188.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (301.89kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (354.71kB)
[INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.79kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.66kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.91kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.76kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.84kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.19kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.7kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.69kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (249.79kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.6kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.54kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.26kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.71kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.06kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.7kB)
[INFO] Fetching bcpg.source_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (311.89kB)
[INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.5MB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.97kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (246.26kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.65kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.22kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.59kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.45kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.56kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.5kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.64kB)
[INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.61kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.55kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.34kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.56kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.79kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.27kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.3kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.24kB)
[INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.05kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.28kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.45kB)
[INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (454.22kB)
[INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (347.82kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.31kB)
[INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4MB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.01MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (343.25kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.02kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.95MB)
[INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (499.45kB)
[INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (425.29kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.28kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.67kB)
[INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (394.87kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.07kB)
[INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.96kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (504.19kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.36kB)
[INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.94kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.17kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.29kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.81kB)
[INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.02kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.36kB)
[INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (121.86kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.5kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.45kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.05kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.65kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.15kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (195.86kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.89kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (137.29kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.28kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.9kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.59kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.89kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (288.83kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.47kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>>  Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.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/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 content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
The target platform definition file has been successfully generated.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets ---
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.targets ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.315 s
[INFO] Finished at: 2024-04-24T08:47:05Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package & Install Capella Studio)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn clean install -P full -P sign -P product -e
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2da8ed80...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72MB)
[INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.82MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.44MB)
[INFO] Fetching 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.96MB)
[INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.48kB)
[INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141kB)
[INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.7kB)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (712.18kB)
[INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (356.1kB)
[INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.47kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.300.v20230126-0801.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.6kB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.200.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (546.88kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.egf.common_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (78.9kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.egf.core_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (139.42kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.44kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.93kB)
[INFO] Fetching org.eclipse.egf.core.platform_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (90.54kB)
[INFO] Fetching org.eclipse.egf.core.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.84kB)
[INFO] Fetching org.eclipse.egf.domain_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.egf.model_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (407.63kB)
[INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (97.67kB)
[INFO] Fetching org.eclipse.egf.model.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.06kB)
[INFO] Fetching org.eclipse.egf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (149.78kB)
[INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.12kB)
[INFO] Fetching org.eclipse.egf.model.fprod_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (40.89kB)
[INFO] Fetching org.eclipse.egf.emf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (2.77MB)
[INFO] Fetching org.eclipse.egf.pattern.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.88kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (128.87kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (412.33kB)
[INFO] Fetching org.eclipse.egf.model.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (418.25kB)
[INFO] Fetching org.eclipse.egf.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.4kB)
[INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.13kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (371.28kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (59.59kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.49kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.02kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (65.93kB)
[INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.47kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.53kB)
[INFO] Fetching org.eclipse.egf.producer.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.01kB)
[INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.31kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.79kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.300.v20230129-1906.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.69kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.47kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (387.45kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (160.56kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.43kB)
[INFO] Fetching org.polarsys.kitalpha.emde.egf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (418.56kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.48kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.09kB)
[INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.58kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (44.85kB)
[INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (63.73kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (29.35kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (43.08kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (31.7kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.16MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.15MB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.41kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (42.83kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.02kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.82MB)
[INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.51kB)
[INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (182.62kB)
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20220506-1020.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (88.94kB)
[INFO] Fetching org.apache.batik.anim_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (524.02kB)
[INFO] Fetching org.apache.batik.dom_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (200.28kB)
[INFO] Fetching org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (245.63kB)
[INFO] Fetching org.apache.batik.awt.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (446.37kB)
[INFO] Fetching org.apache.batik.parser_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (88.94kB)
[INFO] Fetching org.apache.batik.ext_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.96kB)
[INFO] Fetching org.apache.batik.bridge_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (739.11kB)
[INFO] Fetching org.apache.batik.gvt_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (206.58kB)
[INFO] Fetching org.apache.batik.script_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (34.04kB)
[INFO] Fetching org.apache.batik.xml_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (42.04kB)
[INFO] Fetching org.apache.batik.codec_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.34kB)
[INFO] Fetching org.apache.batik.transcoder_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141.19kB)
[INFO] Fetching org.apache.batik.svggen_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (246.22kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (300.96kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20221207-1049.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (823.2kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (356.05kB)
[INFO] Fetching org.apache.sshd.osgi_2.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.76MB)
[INFO] Fetching org.apache.sshd.sftp_2.9.2.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (397.68kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.84kB)
[INFO] Fetching org.eclipse.draw2d_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (650.37kB)
[INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.egf.task_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (15.07kB)
[INFO] Fetching org.eclipse.egit.core_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (628.95kB)
[INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.94MB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.11kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.13kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (212.91kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.emf.diffmerge_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (150.48kB)
[INFO] Fetching org.eclipse.emf.diffmerge.generic_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (179.88kB)
[INFO] Fetching org.eclipse.emf.diffmerge.structures_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (151.85kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (109.07kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB)
[INFO] Fetching org.eclipse.gef_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (999.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (120.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (261.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (104.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (41.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (135.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (116.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (193.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (221.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (139.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (201.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (219kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (65.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (126.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (321.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (155.83kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (1.58MB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.67kB)
[INFO] Fetching org.eclipse.sirius_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (883.37kB)
[INFO] Fetching org.eclipse.sirius.common_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (259.81kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (96.65kB)
[INFO] Fetching org.eclipse.sirius.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (643.02kB)
[INFO] Fetching org.eclipse.sirius.ext.base_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.17kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.sirius.common.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (286.71kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (43.39kB)
[INFO] Fetching org.eclipse.sirius.diagram_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (714.62kB)
[INFO] Fetching org.eclipse.sirius.diagram.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (761.52kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (59.42kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (439.04kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (5.82MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.74kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (283.54kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (119.13kB)
[INFO] Fetching org.eclipse.sirius.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (34.37kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.63kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.79kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.66kB)
[INFO] Fetching org.eclipse.sirius.table_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (141.45kB)
[INFO] Fetching org.eclipse.sirius.table.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (248.68kB)
[INFO] Fetching org.polarsys.capella.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (83.76kB)
[INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.85kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (148.98kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.52kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (103.96kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.21kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.69kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.35kB)
[INFO] Fetching org.polarsys.capella.common.model_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.24kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.58kB)
[INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.29kB)
[INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.03kB)
[INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.39kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.84kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (151.96kB)
[INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (223.6kB)
[INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.93kB)
[INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (498.34kB)
[INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (128.93kB)
[INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.72kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.32kB)
[INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.83kB)
[INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.37kB)
[INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.35kB)
[INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (49.09kB)
[INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.14kB)
[INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (68.8kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (164.47kB)
[INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.39kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.22kB)
[INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (224.3kB)
[INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.05kB)
[INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.08kB)
[INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.24MB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (74.11kB)
[INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.39kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.64kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.46kB)
[INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.24kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (31.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (73.15kB)
[INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.41MB)
[INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.76kB)
[INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (79.36kB)
[INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (79.62kB)
[INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.93kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (273.62kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (201.34kB)
[INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.26kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.43kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.34kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (106.8kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.57kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (235.43kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.57kB)
[INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (112.35kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.25MB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (88.26kB)
[INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (417.14kB)
[INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (167.4kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.6kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (91.79kB)
[INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.32kB)
[INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (218.31kB)
[INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.91kB)
[INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.37kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.09kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.42kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.55kB)
[INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.74kB)
[INFO] Fetching org.polarsys.capella.core.egf_7.0.0.202404220814.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (355.13kB)
[INFO] Fetching org.polarsys.capella.core.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.64kB)
[INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.3kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.82kB)
[INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (47.68kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.16kB)
[INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (480.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (28.93kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] Fetching org.eclipse.egf.common.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (55.77kB)
[INFO] Fetching org.eclipse.egf.core.pde_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (72.78kB)
[INFO] Fetching org.eclipse.egf.core.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (135.39kB)
[INFO] Fetching org.eclipse.egf.pattern.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (462.02kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.11kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (80.01kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.85MB)
[INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.69MB)
[INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.help.base_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.56kB)
[INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (536.94kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.13kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.89kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.58kB)
[INFO] Fetching org.polarsys.capella.core.application_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.59kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (118.61kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (41.27kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (78.48kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (37.97kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (41.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (48.38kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (33.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (52.82kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.62kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (56.71kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (128.68kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.6kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (122.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (59.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (51.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.52kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.02kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.94kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (44.51kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.67kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (476.39kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (33.09kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (132.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (69.67kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (63.11kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (48.35kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (45.62kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.53kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (196.88kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (119.27kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (50.91kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.82kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Studio                                                     [pom]
[INFO] org.polarsys.capella.studio.releng.targets   [eclipse-target-definition]
[INFO] org.polarsys.capella.extension.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools                    [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools.ui                 [eclipse-plugin]
[INFO] org.polarsys.capella.studio.product                     [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui     [eclipse-plugin]
[INFO] org.polarsys.capella.ta                                 [eclipse-plugin]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension         [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.definition                  [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.ext                         [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio                [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta                          [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.studio.doc                         [eclipse-plugin]
[INFO] org.polarsys.capella.extension.sdk.feature             [eclipse-feature]
[INFO] org.polarsys.capella.studio.doc.feature                [eclipse-feature]
[INFO] org.polarsys.capella.studio.product.feature            [eclipse-feature]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature          [eclipse-feature]
[INFO] org.polarsys.capella.cdo.ta.definition.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature      [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.capella.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature    [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.updatesite       [eclipse-repository]
[INFO] Capella Sudio Aggregator Module                                    [pom]
[INFO] Capella studio Product                              [eclipse-repository]
[INFO] Capella Studio Root                                                [pom]
[INFO] 
[INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >----------
[INFO] Building Capella Studio 7.0.0-SNAPSHOT                            [1/32]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio/7.0.0-SNAPSHOT/org.polarsys.capella.studio-7.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >---
[INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/32]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets ---
[WARNING] p2 repository with URL https://download.eclipse.org/releases/2023-03 is associated with multiple IDs; was 'Eclipse-2023-03', now is 'targetplatform-tp'
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>>  Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.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/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 content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
The target platform definition file has been successfully generated.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.targets ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.targets ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.targets/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.targets-7.0.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.targets/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.targets-7.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >--
[INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/32]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain.model...
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.16kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13kB)
[INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.77kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB)
[INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.92kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (39.29kB)
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >----
[INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT   [4/32]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain ---
[WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain...
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.11kB)
[INFO] Fetching org.polarsys.capella.ui.views_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.98kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.39kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.48kB)
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >--
[INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/32]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain.model.edit...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model.edit ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------
[INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT      [6/32]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools ---
[INFO] Resolving class path of org.polarsys.capella.extension.tools...
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (28.48kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.6kB)
[INFO] Fetching org.eclipse.equinox.console.jaas.fragment_1.1.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (7.47kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.48kB)
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (21.17kB)
[INFO] Fetching org.polarsys.capella.core.data.res.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (733.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (754.98kB)
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >----
[INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT   [7/32]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Resolving class path of org.polarsys.capella.extension.tools.ui...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools.ui ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools.ui ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------
[INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT       [8/32]
[INFO]   from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product ---
[INFO] Resolving class path of org.polarsys.capella.studio.product...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.product ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.product ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.product ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >--
[INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Resolving class path of org.polarsys.capella.ad.viewpoint.dsl.generation.ui...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------
[INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT                  [10/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta ---
[INFO] Resolving class path of org.polarsys.capella.ta...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Resolving class path of org.polarsys.capella.ta.viewpoint.dsl.extension...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >-----
[INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT   [12/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] artifact org.eclipse.emf:org.eclipse.emf.common: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.platform:org.eclipse.osgi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.emf:org.eclipse.emf.ecore: checking for updates from eclipse.maven.central.mirror
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Resolving class path of org.polarsys.capella.cdo.ta.definition...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >--------
[INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT          [13/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Resolving class path of org.polarsys.capella.cdo.ta.ext...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.ext ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.ext ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >----
[INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.portfolio...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >----
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT  [16/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >---------
[INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT           [17/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/32]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model.edit...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >--------
[INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT          [19/32]
[INFO]   from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.doc ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.doc ---
[INFO] Resolving class path of org.polarsys.capella.studio.doc...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.doc ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >---
[INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/32]
[INFO]   from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.sdk.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.sdk.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >----
[INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT  [21/32]
[INFO]   from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.doc.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >--
[INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/32]
[INFO]   from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/32]
[INFO]   from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/32]
[INFO]   from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/32]
[INFO]   from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >--
[INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/32]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Fetching org.eclipse.ocl.ecore_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (385.64kB)
[INFO] Fetching org.eclipse.ocl_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl.common_1.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.89kB)
[INFO] Fetching org.eclipse.ocl.source_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (906.8kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (112.42kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.36kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (197.66kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.79kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (66.54kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.77kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (503.28kB)
[INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (360.77kB)
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (13.85kB)
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >--
[INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/32]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >--
[INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/32]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >--
[INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/32]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (302.99kB)
[INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.76kB)
[INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.95kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.33kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.93kB)
[INFO] Fetching junit-jupiter-api_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.89kB)
[INFO] Fetching junit-platform-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.63kB)
[INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.47kB)
[INFO] Fetching junit-jupiter-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (240.83kB)
[INFO] Fetching junit-platform-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (184.79kB)
[INFO] Fetching junit-platform-launcher_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (165.27kB)
[INFO] Fetching junit-jupiter-migrationsupport_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB)
[INFO] Fetching junit-jupiter-params_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (566.24kB)
[INFO] Fetching junit-platform-runner_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.19kB)
[INFO] Fetching junit-platform-suite-api_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.73kB)
[INFO] Fetching junit-platform-suite-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.94kB)
[INFO] Fetching junit-platform-suite-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB)
[INFO] Fetching junit-vintage-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.33kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.76kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.69kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB)
[INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.65kB)
[INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (102.76kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (204.1kB)
[INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (161.48kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.21kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (361.75kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (284.83kB)
[INFO] Fetching org.eclipse.sirius.table.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (585.24kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (247.89kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (81.09kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.88kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.9kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.e4.rcp_4.27.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.84kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.500.v20230220-1147.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.100.v20230220-1147.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (29.7kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (23.74kB)
[INFO] Fetching org.eclipse.egf.application_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.egf.common.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.79kB)
[INFO] Fetching org.eclipse.egf.console_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (43.61kB)
[INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.83kB)
[INFO] Fetching org.eclipse.egf.core.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB)
[INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.83kB)
[INFO] Fetching org.eclipse.egf.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.76kB)
[INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.13kB)
[INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB)
[INFO] Fetching org.eclipse.egf.model.editor_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (186.41kB)
[INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (29.33kB)
[INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.66kB)
[INFO] Fetching org.eclipse.egf.model.javapattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.2kB)
[INFO] Fetching org.eclipse.egf.pattern.java_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (30.49kB)
[INFO] Fetching org.eclipse.egf.model.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.87kB)
[INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB)
[INFO] Fetching org.eclipse.egf.producer.fprod_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.15kB)
[INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB)
[INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB)
[INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.77kB)
[INFO] Fetching org.eclipse.egf.task.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.79kB)
[INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (26.89kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (900kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.82kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.45kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.68kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB)
[INFO] Fetching org.eclipse.egf.producer.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB)
[INFO] Fetching org.eclipse.egf.producer.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (192.75kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.codegen_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.common_2.29.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.86kB)
[INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.79kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.42kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.51kB)
[INFO] Fetching org.eclipse.emf.converter_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.databinding_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (98.27kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (111.01kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (63.14kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (28.84kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (62.11kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (44.77kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.9kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.19.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.ecore_2.31.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB)
[INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.44kB)
[INFO] Fetching org.eclipse.emf.query_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.37kB)
[INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.85kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.emf.validation_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.94kB)
[INFO] Fetching org.eclipse.emf.workspace_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.89kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.29kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (777.19kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.97kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (554.88kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.35kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1700.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.49kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (738.67kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.42kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (118.37kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.help_2.3.1300.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB)
[INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.9kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.100.v20221202-1820.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.76kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.100.v20221201-1549.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.69kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1700.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.82MB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.02kB)
[INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.53kB)
[INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.17kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.52kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.1200.v20230214-1309.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (933.94kB)
[INFO] Fetching org.objectweb.asm.tree_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.37kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.800.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (509.83kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1900.v20230116-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.28MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.33kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.14kB)
[INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.72kB)
[INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.45kB)
[INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.33kB)
[INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.08kB)
[INFO] Fetching org.eclipse.pde_3.13.2200.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (581.33kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.67kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.96kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.75kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.2kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.37kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.78kB)
[INFO] Fetching org.eclipse.pde.spy.event_1.0.200.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.98kB)
[INFO] Fetching org.eclipse.pde_3.14.1500.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.38kB)
[INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (689.58kB)
[INFO] Fetching org.eclipse.platform.doc.user_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.83MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.500.v20230129-1959.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.62kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.1MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.76kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.59kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.14kB)
[INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.36kB)
[INFO] Fetching org.eclipse.platform_root_4.27.0.v20230302-0300 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (196B)
[INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.21kB)
[INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB)
[INFO] Fetching org.eclipse.rcp_root_4.27.0.v20230302-0300 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (20.25kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (72.27kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.44kB)
[INFO] Fetching org.eclipse.sirius.ext.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.99kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (38.18kB)
[INFO] Fetching org.eclipse.sirius.tree.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (156.39kB)
[INFO] Fetching org.eclipse.sirius.tree_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (111.92kB)
[INFO] Fetching org.eclipse.sirius.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (21.12kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.18kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.41MB)
[INFO] Fetching org.eclipse.xtext.generator_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (865.46kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (974.52kB)
[INFO] Fetching org.polarsys.capella.core.egf.feature_7.0.0.202404220814.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (20.77kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (58.6kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.93kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (84.62kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (80.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (41.69kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (34.41kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (80kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (83.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (73.29kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.71kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (34.59kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (60.84kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (56.39kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.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.af.dsl.servicies.action_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.89kB)
[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.dsl.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.79kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (87.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.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.integration.emde_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (23.52kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (34.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.68kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.84kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (20.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.39kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (63.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.43kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.36kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (65.5kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.81kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (35.05kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.6kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (52.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (82.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.4kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.8kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (35.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (229.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (120.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (747.92kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.48kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (43.47kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.06kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.08kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.42kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.35kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.06kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.05kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.04kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.37kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (104.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (120.37kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (79.42kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (99.04kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (123.36kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (105.43kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (231.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (91.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.38kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (115.5kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (42.92kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (41.24kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.62kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (104.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.03kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (206.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (112.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (109.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (64.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (71.56kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (559.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (406.6kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (84.38kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (129.57kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (83.43kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.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.ad.viewpoint.dsl.generation.activityexplorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (139.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (93.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.79kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (84.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.59kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (232.35kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (680.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (157.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.11kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.4kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (60.71kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.24kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.92kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (30.73kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (86.55kB)
[INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.53kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.75kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.84kB)
[INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (90.59kB)
[INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (18.42kB)
[INFO] Fetching org.polarsys.kitalpha.composer.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (114.67kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (31.34kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (120.79kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.58kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (35.49kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (32.57kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.44kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (76.82kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.82kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.6kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.29kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.04kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.24kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (122.82kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.67kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.99kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.01kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (76.11kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.81kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.49kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.78kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.13kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.18kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.81kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.9kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (162.85kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.8kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.51kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.71kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (74.79kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.9kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.21kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (106.72kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.36kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.32kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.24kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (77.05kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.88kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.92kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.46kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.83kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.75kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.49kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.96kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.91kB)
[INFO] Fetching org.polarsys.kitalpha.composer.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (132.7kB)
[INFO] Fetching org.polarsys.kitalpha.composer.ui.help_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.94kB)
[INFO] Fetching org.polarsys.kitalpha.composer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.06kB)
[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.doc.gen.business.core.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (214.49kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (51.37kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (195.93kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.09kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.91kB)
[INFO] Fetching org.polarsys.kitalpha.ecore.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (78.73kB)
[INFO] Fetching org.polarsys.kitalpha.emde.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (54.46kB)
[INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (42.3kB)
[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.explorer.contextual_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.79kB)
[INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.02kB)
[INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.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.model.common.scrutiny_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.76kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (26kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (33.75kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (18.05kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.96kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.25kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (21.21kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (20.91kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.19kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (21.24kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14.67kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.81kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.42kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.75kB)
[INFO] Fetching org.polarsys.kitalpha.report.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.report.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.8kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (35.69kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (55.14kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.43kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.96kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.4kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.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.resourcereuse.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.82kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (63.16kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (31.38kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.91kB)
[INFO] Fetching org.polarsys.kitalpha.runtime.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.99kB)
[INFO] Fetching org.polarsys.kitalpha.sdk.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.93kB)
[INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (31.87kB)
[INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (296.08kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (77.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (44.17kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.74kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (27.7kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.7kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (32.06kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (1.14MB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.64kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.51kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.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.transposer.rules.handler.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/plugins/ (216.08kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (31.37kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (21.16kB)
[INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (700.77kB)
[INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (21.74kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.39kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.78kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.61kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (60.72kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404240847.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404240847.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >--
[INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT          [30/32]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.aggregator/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.aggregator-7.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >---
[INFO] Building Capella studio Product 7.0.0-SNAPSHOT                   [31/32]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product ---
[INFO] The project's OSGi version is 7.0.0.202404240847
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.equinox.executable_3.8.2000.v20221201-0912.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (435.93kB)
[INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching ca.odell.glazedlists_1.11.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (938.92kB)
[INFO] Fetching ch.qos.logback.classic_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (226.42kB)
[INFO] Fetching ch.qos.logback.core_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (438.25kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/plugins/ (2.16MB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.55MB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.16MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.86kB)
[INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (62.56kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (249kB)
[INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB)
[INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.06MB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (323.8kB)
[INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB)
[INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB)
[INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB)
[INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB)
[INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (101.69kB)
[INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.97kB)
[INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.32MB)
[INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (93.49kB)
[INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.2kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (172.3kB)
[INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (2.3MB)
[INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (11.13kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/features/ (20.72kB)
[INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (323.96kB)
[INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (9.63kB)
[INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (2.31MB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/features/ (18.53kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/features/ (24kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (118.31kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/features/ (17.34kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (40.33kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.14.0.202305031252 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/binary/ (8.65kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (177.46kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (20.48kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (88.93kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.1kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (58.96kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (50.32kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (28.93kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.12kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (24.17kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.13kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (18.95kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (20.85kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.amalgam.explorer.contextual.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB)
[INFO] Fetching org.eclipse.collections_11.0.0.v20211123-1459.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.15MB)
[INFO] Fetching org.eclipse.cvs_1.4.2000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.55kB)
[INFO] Fetching org.eclipse.team.cvs.core_3.5.0.v20210511-0556.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (577.14kB)
[INFO] Fetching org.eclipse.team.cvs.ssh2_3.4.0.v20210426-0837.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.42kB)
[INFO] Fetching org.eclipse.team.cvs.ui_3.5.0.v20210426-0843.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.49MB)
[INFO] Fetching org.eclipse.cvs_1.4.2000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.97kB)
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.12.200.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.draw2d_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.74kB)
[INFO] Fetching org.eclipse.draw2d.sdk_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.76kB)
[INFO] Fetching org.eclipse.draw2d.source_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (539.94kB)
[INFO] Fetching org.eclipse.draw2d.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.67kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.84kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.12kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (377.28kB)
[INFO] Fetching org.eclipse.e4.ui.progress.source_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (122.64kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.21kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (140.61kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.59kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.18kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164kB)
[INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (321.27kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (128.49kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.79kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (39.15kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.74kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.32kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.77kB)
[INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (22.04kB)
[INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (16.56kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (679.43kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.63kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.32kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (148.72kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.98kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (152.5kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.82kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.5kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.9.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.52kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (210.33kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.39kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.69kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.41kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.15kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (177.96kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.82kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.03kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.jface.source_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (222.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.56kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.77kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.4kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.66kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.52kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.2kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.26kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.1kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.31kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.97kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.47kB)
[INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.37kB)
[INFO] Fetching org.osgi.service.component.source_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.55kB)
[INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.49kB)
[INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.65kB)
[INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB)
[INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.88kB)
[INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.8kB)
[INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.29kB)
[INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.26kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.27.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.75kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.84kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (376.07kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.46kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (615.96kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (828.19kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (197.36kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (31.17kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (25.15kB)
[INFO] Fetching org.eclipse.eef_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (215.18kB)
[INFO] Fetching org.eclipse.eef.common_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (29.64kB)
[INFO] Fetching org.eclipse.eef.common.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (24.44kB)
[INFO] Fetching org.eclipse.eef.core_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (86.56kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.42kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (43.61kB)
[INFO] Fetching org.eclipse.eef.ide.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (166.49kB)
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (74.11kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (24.21kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (104.76kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (72.05kB)
[INFO] Fetching org.eclipse.egf.common.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (57.64kB)
[INFO] Fetching org.eclipse.egf.common.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.39kB)
[INFO] Fetching org.eclipse.egf.common.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.53kB)
[INFO] Fetching org.eclipse.egf.console.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.egf.core.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (100.76kB)
[INFO] Fetching org.eclipse.egf.core.platform.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.egf.core.producer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.32kB)
[INFO] Fetching org.eclipse.egf.core.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.egf.core.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (75.39kB)
[INFO] Fetching org.eclipse.egf.core.pde.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (51.59kB)
[INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB)
[INFO] Fetching org.eclipse.egf.doc.user_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (2.85MB)
[INFO] Fetching org.eclipse.egf.engine.doc_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (222.14kB)
[INFO] Fetching org.eclipse.egf.doc.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (92.41kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.93kB)
[INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.51kB)
[INFO] Fetching org.eclipse.egf.examples.installer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (702.07kB)
[INFO] Fetching org.eclipse.egf.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.egf.model.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (218.59kB)
[INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.77kB)
[INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.75kB)
[INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB)
[INFO] Fetching org.eclipse.egf.model.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (372.14kB)
[INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.45kB)
[INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.38kB)
[INFO] Fetching org.eclipse.egf.pattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (98.47kB)
[INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.22kB)
[INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.25kB)
[INFO] Fetching org.eclipse.egf.domain.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.egf.model.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB)
[INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.21kB)
[INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (31.33kB)
[INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.8kB)
[INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB)
[INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16.72kB)
[INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (39.07kB)
[INFO] Fetching org.eclipse.egf.task.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.72kB)
[INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.19kB)
[INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.31kB)
[INFO] Fetching org.eclipse.egf.model.editor.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (84.82kB)
[INFO] Fetching org.eclipse.egf.task.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.84kB)
[INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (166.31kB)
[INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.32kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (373.62kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16kB)
[INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.27kB)
[INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.75kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (720.73kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.85kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (32.89kB)
[INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.32kB)
[INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.74kB)
[INFO] Fetching org.eclipse.egf.portfolio.type_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.98kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.73kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (17.76kB)
[INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.96kB)
[INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.17kB)
[INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (17.76kB)
[INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.9kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (10.37kB)
[INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.64kB)
[INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (467.08kB)
[INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (191.51kB)
[INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (12.57kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.5kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (52kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.21kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (30.29kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (31.7kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.38kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.33kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.61kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.12kB)
[INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB)
[INFO] Fetching org.eclipse.egf.producer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (51.89kB)
[INFO] Fetching org.eclipse.egf.application.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.65kB)
[INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.31kB)
[INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (26.02kB)
[INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB)
[INFO] Fetching org.eclipse.egf.sdk.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB)
[INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (10.68kB)
[INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.43kB)
[INFO] Fetching org.eclipse.egit.ui_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.91MB)
[INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.egit.doc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.49MB)
[INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.egit.core.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.28kB)
[INFO] Fetching org.eclipse.egit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.97MB)
[INFO] Fetching org.eclipse.egit.gitflow.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.43kB)
[INFO] Fetching org.eclipse.egit.gitflow.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (67.08kB)
[INFO] Fetching org.eclipse.egit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB)
[INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.31kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.41kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (550.32kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.18kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (304.47kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.26kB)
[INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.35kB)
[INFO] Fetching org.eclipse.emf.common.source_2.29.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.22kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.20.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.21kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.6kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.61kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.56kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.86kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.01kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (69.79kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (20.49kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (32.84kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (49.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (564.13kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (23.71kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (83.8kB)
[INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/features/ (36.16kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (63.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (16.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (30.39kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (49.87kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (25.51kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/features/ (22.39kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (36.48kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.emf.diffmerge.doc_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (2.17MB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (86.5kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.92kB)
[INFO] Fetching org.eclipse.emf.diffmerge.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (117.07kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (294.91kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (106.63kB)
[INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (153.32kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (68.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.74kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (23.61kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.7kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (20.25kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.2kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (50.19kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (134.46kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (97.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (154.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (106.78kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (86.05kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (48.58kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (611.94kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (3.95MB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (36.72kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (96.99kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (103kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (53.79kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (46.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (20.46kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (55.56kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (37.33kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (98.15kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (141.46kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (89.53kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (35.84kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (27.12kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (235.03kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (22.84kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (33.94kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (36.01kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (63.35kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (24.21kB)
[INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (22.48kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.81kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.37kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (35.89kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (37.17kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.71kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.65kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.25kB)
[INFO] Fetching org.eclipse.emf.doc_2.29.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.31.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.66kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.64kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.25kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.19.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (823.76kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (92.62kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (153.47kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.31.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.24kB)
[INFO] Fetching org.eclipse.emf.ecoretools_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.05kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (194.1kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (36.15kB)
[INFO] Fetching org.eclipse.sirius.properties_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (378.32kB)
[INFO] Fetching org.eclipse.emf.ecoretools.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.72kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.69kB)
[INFO] Fetching org.eclipse.emf.ecoretools.doc_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.04MB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.72kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB)
[INFO] Fetching org.eclipse.emf.ecoretools.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.18kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.22kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174.46kB)
[INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.67kB)
[INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.77kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.99kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.34MB)
[INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (78.5kB)
[INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (348.68kB)
[INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.09kB)
[INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (230.36kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.3kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.39kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.12kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.08kB)
[INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (356.68kB)
[INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (451.74kB)
[INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (118.56kB)
[INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.7kB)
[INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (779.55kB)
[INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (66.18kB)
[INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (41.46kB)
[INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.6kB)
[INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (202.24kB)
[INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.29kB)
[INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.3kB)
[INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.1kB)
[INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.03kB)
[INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (231.87kB)
[INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (67.35kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.35kB)
[INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (247.53kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (201.63kB)
[INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (276.8kB)
[INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.39kB)
[INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (99.67kB)
[INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB)
[INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (154.96kB)
[INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (380.36kB)
[INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.26kB)
[INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (178.96kB)
[INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.54kB)
[INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.95kB)
[INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (79.68kB)
[INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB)
[INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.63kB)
[INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.39kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (363.38kB)
[INFO] Fetching org.eclipse.emf_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.83kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.43kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.01kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.33kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.36kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.99kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.77kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.46kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.28kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.34kB)
[INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.5kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.99kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.16kB)
[INFO] Fetching org.eclipse.xsd_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1,002.7kB)
[INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (229.01kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.53kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (234.41kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (92.5kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.26kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.32kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (155.64kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.92kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.4kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.74kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.37kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.21kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.7kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.82kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.83kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.94kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.47kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.67kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.92kB)
[INFO] Fetching org.eclipse.emf.query.examples_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.96kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.11kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.34kB)
[INFO] Fetching org.eclipse.emf.query.ocl_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.31kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.02kB)
[INFO] Fetching org.eclipse.emf.query.sdk_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.9kB)
[INFO] Fetching org.eclipse.emf.query.source_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.83kB)
[INFO] Fetching org.eclipse.emf.query.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23kB)
[INFO] Fetching org.eclipse.emf.sdk_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.source_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.64kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.02kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.3.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (170.84kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.55kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.39kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (182.46kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.85kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.77kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (324.2kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.03kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.44kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.05kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.82kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.15kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.64kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1700.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB)
[INFO] Fetching org.eclipse.gef.doc.isv_3.13.200.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.gef_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.9kB)
[INFO] Fetching org.eclipse.gef.sdk_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.8kB)
[INFO] Fetching org.eclipse.gef.source_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (829.01kB)
[INFO] Fetching org.eclipse.gef.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.8kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (40.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.27kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (204.62kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (76.29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (68.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.92kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (73.47kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.63kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (341.35kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (20.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.14kB)
[INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (24.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (15.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.62kB)
[INFO] Fetching org.apache.batik.shared.resources_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.75kB)
[INFO] Fetching org.apache.batik.anim.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (398.36kB)
[INFO] Fetching org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (417.71kB)
[INFO] Fetching org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (516.44kB)
[INFO] Fetching org.apache.batik.codec.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (108.62kB)
[INFO] Fetching org.apache.batik.constants.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (11.91kB)
[INFO] Fetching org.apache.batik.css.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (309.03kB)
[INFO] Fetching org.apache.batik.dom.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (171.95kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (236.1kB)
[INFO] Fetching org.apache.batik.ext.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.69kB)
[INFO] Fetching org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (215.96kB)
[INFO] Fetching org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.33kB)
[INFO] Fetching org.apache.batik.parser.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.99kB)
[INFO] Fetching org.apache.batik.script.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (37.32kB)
[INFO] Fetching org.apache.batik.shared.resources.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.42kB)
[INFO] Fetching org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (260.27kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.21kB)
[INFO] Fetching org.apache.batik.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.66kB)
[INFO] Fetching org.apache.batik.xml.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (28.88kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (661kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (179.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (73.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (36.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (82.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (845.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (133.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (84.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (83.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (87.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (50.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (46.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (166.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (98.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (29.33kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (185.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (76.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (91.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.71kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (60.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (61.99kB)
[INFO] Fetching org.eclipse.gmf.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.97kB)
[INFO] Fetching javax.el-api.source_3.0.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.93kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (177.52kB)
[INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (162.63kB)
[INFO] Fetching com.sun.el.javax.el.source_3.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (274.06kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (461.73kB)
[INFO] Fetching org.apache.lucene.analysis-common.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.61MB)
[INFO] Fetching org.apache.lucene.core.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.46MB)
[INFO] Fetching org.apache.lucene.analysis-smartcn.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.23kB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.22kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.36kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.02kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (222.75kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (204.02kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.37kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.3kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.01kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (441.53kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.71kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.63kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.22kB)
[INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.47kB)
[INFO] Fetching org.eclipse.help.source_2.3.1300.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.73kB)
[INFO] Fetching org.eclipse.jdt.astview_1.5.200.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (139.38kB)
[INFO] Fetching org.eclipse.jdt.astview.feature_1.1.15.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.57kB)
[INFO] Fetching org.eclipse.jdt.bcoview_1.1.0.v20230116-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.74kB)
[INFO] Fetching org.objectweb.asm.util_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (104kB)
[INFO] Fetching org.objectweb.asm.tree.analysis_9.4.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.53kB)
[INFO] Fetching org.eclipse.jdt.bcoview.feature_1.1.0.v20230117-1348.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.65kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1900.v20230301-0615.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.01MB)
[INFO] Fetching org.eclipse.jdt.jeview_1.4.200.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (242.12kB)
[INFO] Fetching org.eclipse.jdt.jeview.feature_1.0.14.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.56kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (612.74kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.100.v20221202-1820.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.8kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.100.v20221201-1549.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.68kB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch.source_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.jdt.core.source_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.06MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.37MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (849.4kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (776.14kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.15.200.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (197.08kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.07kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.7.100.v20230115-0919.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.7kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.58kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (353.42kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (5.26MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (51.3kB)
[INFO] Fetching junit-jupiter-api.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (201.17kB)
[INFO] Fetching junit-jupiter-engine.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.92kB)
[INFO] Fetching junit-jupiter-migrationsupport.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB)
[INFO] Fetching junit-jupiter-params.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (73.08kB)
[INFO] Fetching junit-platform-commons.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.37kB)
[INFO] Fetching junit-platform-engine.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.26kB)
[INFO] Fetching junit-platform-launcher.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.54kB)
[INFO] Fetching junit-platform-runner.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.35kB)
[INFO] Fetching junit-platform-suite-api.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.93kB)
[INFO] Fetching junit-platform-suite-commons.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB)
[INFO] Fetching junit-platform-suite-engine.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.6kB)
[INFO] Fetching junit-vintage-engine.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB)
[INFO] Fetching org.opentest4j.source_1.2.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.53kB)
[INFO] Fetching org.apiguardian.api.source_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.73kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (130.7kB)
[INFO] Fetching org.eclipse.jdt.source_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.jgit.archive_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.17kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.19kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB)
[INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.jgit.ant.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.05kB)
[INFO] Fetching org.eclipse.jgit.archive.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.jgit.http.apache.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.59kB)
[INFO] Fetching org.eclipse.jgit.http.server.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.9kB)
[INFO] Fetching org.eclipse.jgit.junit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.83kB)
[INFO] Fetching org.eclipse.jgit.junit.http.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24kB)
[INFO] Fetching org.eclipse.jgit.junit.ssh.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.97kB)
[INFO] Fetching org.eclipse.jgit.lfs.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.78kB)
[INFO] Fetching org.eclipse.jgit.lfs.server.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.51kB)
[INFO] Fetching org.eclipse.jgit.pgm.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.78kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (130.68kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.agent.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.76kB)
[INFO] Fetching org.eclipse.jgit.ssh.jsch.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.93kB)
[INFO] Fetching org.eclipse.jgit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.41kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.39kB)
[INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.44kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB)
[INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB)
[INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB)
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB)
[INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB)
[INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB)
[INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (2.76MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (142.29kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (1.53MB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/features/ (20.34kB)
[INFO] Fetching org.eclipse.ocl_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.16kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.82kB)
[INFO] Fetching org.eclipse.pde.core.source_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1,022.46kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.55kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.8kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.1200.v20230214-1309.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.62kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.2.0.v20230128-1746.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.47kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.800.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.99kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.300.v20230129-1906.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.45kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.27kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.27kB)
[INFO] Fetching org.eclipse.pde.spy.core.source_1.0.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.pde.spy.model.source_0.12.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.pde.spy.css.source_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.24kB)
[INFO] Fetching org.eclipse.pde.spy.context.source_1.0.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.7kB)
[INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.2kB)
[INFO] Fetching org.eclipse.pde.spy.event.source_1.0.200.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.64kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1500.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.28MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.88MB of 35.28MB at 21.87MB/s)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (99.47kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (296.03kB)
[INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64kB)
[INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (424.81kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.93kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.core.resources.source_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (811.88kB)
[INFO] Fetching org.eclipse.debug.core.source_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (406.82kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (296.99kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (253.1kB)
[INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.48kB)
[INFO] Fetching org.eclipse.search.source_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.32kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.500.v20230129-1959.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.85kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (369.59kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (768.16kB)
[INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.76kB)
[INFO] Fetching org.eclipse.jface.text.source_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (821.2kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.72kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (166.31kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (255.55kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.88kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.99kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.87kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.41kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.98kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (310.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.84kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.4kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (445.61kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.04kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (332.36kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.300.v20230126-0801.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.27kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.22MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.97kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.56kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.21kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.09kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.77kB)
[INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.43kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.59kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.22kB)
[INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.43MB)
[INFO] Fetching org.eclipse.rcp.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB)
[INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (416.32kB)
[INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (24.7kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.77kB)
[INFO] Fetching org.eclipse.sirius.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.86kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (21.73kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.sirius.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (34.41kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.38kB)
[INFO] Fetching org.eclipse.sirius.common.ocl_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (25.59kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.53kB)
[INFO] Fetching org.eclipse.sirius.common.xtext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (23.08kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (190.83kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (390.99kB)
[INFO] Fetching org.eclipse.sirius.doc_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.97MB)
[INFO] Fetching org.eclipse.sirius.doc.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.89kB)
[INFO] Fetching org.eclipse.sirius.doc.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.96MB)
[INFO] Fetching org.eclipse.sirius.doc.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.sirius.editor_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.sirius.editor.diagram_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (733.12kB)
[INFO] Fetching org.eclipse.sirius.editor.sequence_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (248.63kB)
[INFO] Fetching org.eclipse.sirius.editor.table_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (188.32kB)
[INFO] Fetching org.eclipse.sirius.editor.tree_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (98.38kB)
[INFO] Fetching org.eclipse.sirius.eef.adapters_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (817.59kB)
[INFO] Fetching org.eclipse.sirius.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.78kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.91kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.sirius.properties.core_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (168.45kB)
[INFO] Fetching org.eclipse.sirius.properties.defaultrules_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.79kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (42.62kB)
[INFO] Fetching org.eclipse.sirius.properties.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (413.55kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (48.29kB)
[INFO] Fetching org.eclipse.sirius.ui.properties_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (73.95kB)
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.62kB)
[INFO] Fetching org.eclipse.sirius.properties.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.72kB)
[INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB)
[INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB)
[INFO] Fetching org.eclipse.sirius.runtime.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.92kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (53.22kB)
[INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.85kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.eef_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.94kB)
[INFO] Fetching org.eclipse.sirius.eef.adapters.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (19.67kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.56kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.97kB)
[INFO] Fetching org.eclipse.sirius.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (22.91kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.58kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.61kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.58kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (102.95kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.68kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (21.23kB)
[INFO] Fetching org.eclipse.sirius.common.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (241.61kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (278.12kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (137.01kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (256.69kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.89kB)
[INFO] Fetching org.eclipse.sirius.table.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (403.37kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.03kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (171.58kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.sirius.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (888.83kB)
[INFO] Fetching org.eclipse.sirius.ui.editor.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.3kB)
[INFO] Fetching org.eclipse.sirius.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.sirius.ext.swt.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.sirius.ext.jface.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (33.24kB)
[INFO] Fetching org.eclipse.sirius.ext.gef.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.8kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (97.38kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.66kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.88kB)
[INFO] Fetching org.eclipse.sirius.common.xtext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (15.78kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB)
[INFO] Fetching org.eclipse.sirius.runtime.ocl_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.91kB)
[INFO] Fetching org.eclipse.sirius.common.ocl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.sirius.runtime.ocl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.sirius.common.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (201.8kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.sirius.synchronizer.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.15kB)
[INFO] Fetching org.eclipse.sirius.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (657.55kB)
[INFO] Fetching org.eclipse.sirius.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (696.13kB)
[INFO] Fetching org.eclipse.sirius.diagram.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (725.78kB)
[INFO] Fetching org.eclipse.sirius.diagram.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (498.3kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.5kB)
[INFO] Fetching org.eclipse.sirius.table.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (233.82kB)
[INFO] Fetching org.eclipse.sirius.table.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (104.1kB)
[INFO] Fetching org.eclipse.sirius.tree.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (146.16kB)
[INFO] Fetching org.eclipse.sirius.tree.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.89kB)
[INFO] Fetching org.eclipse.sirius.ext.base.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (27.51kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.52kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (15.68kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.45kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.53kB)
[INFO] Fetching org.eclipse.sirius.ext.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.sirius.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.59kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.92kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (22.05kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.95kB)
[INFO] Fetching org.eclipse.sirius.editor.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (722.5kB)
[INFO] Fetching org.eclipse.sirius.editor.diagram.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (551.9kB)
[INFO] Fetching org.eclipse.sirius.editor.sequence.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (178.09kB)
[INFO] Fetching org.eclipse.sirius.editor.table.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (141.33kB)
[INFO] Fetching org.eclipse.sirius.editor.tree.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (68.4kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.23kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (353.45kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.86kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.78kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.12kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.76kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.38kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.6kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.73kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.67kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (220.23kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (873.19kB)
[INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.25kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.08kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.87kB)
[INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.89kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (138.71kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (259.97kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.82kB)
[INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.xsd.ecore.importer_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.59kB)
[INFO] Fetching org.eclipse.xsd.doc_2.26.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.72MB)
[INFO] Fetching org.eclipse.xsd.doc_2.28.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.84kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.8kB)
[INFO] Fetching org.eclipse.xsd.ecore.exporter_2.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.93kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.47kB)
[INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.38kB)
[INFO] Fetching org.eclipse.xsd.edit_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.64kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.21kB)
[INFO] Fetching org.eclipse.xsd.editor_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (106.07kB)
[INFO] Fetching org.eclipse.xsd.editor_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.21kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.23kB)
[INFO] Fetching org.eclipse.xsd.example.installer_1.5.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.xsd_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.35kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.4kB)
[INFO] Fetching org.eclipse.xsd.mapping_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.xsd.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.93kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.3kB)
[INFO] Fetching org.eclipse.xsd.sdk_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB)
[INFO] Fetching org.eclipse.xsd.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (742.12kB)
[INFO] Fetching org.eclipse.xsd.source_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.13kB)
[INFO] Fetching org.eclipse.xtend.core_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.xtend.doc_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.93kB)
[INFO] Fetching org.eclipse.xtend.examples_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (217.97kB)
[INFO] Fetching org.eclipse.xtend.ide_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (618.77kB)
[INFO] Fetching org.eclipse.xtend.ide.common_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (587.16kB)
[INFO] Fetching org.eclipse.xtend.m2e_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.96kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.68kB)
[INFO] Fetching org.eclipse.xtend.standalone_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.27kB)
[INFO] Fetching org.eclipse.xtend.core.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.21MB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.86kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (456.51kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.94kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.15kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (247.52kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (122.93kB)
[INFO] Fetching org.eclipse.xtext.testing_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.76kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (138.29kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (183.64kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.84kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (158.05kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.69kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.73kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.33kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21kB)
[INFO] Fetching org.eclipse.xtext.activities_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.23kB)
[INFO] Fetching org.eclipse.xtext.doc_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.23MB)
[INFO] Fetching org.eclipse.xtext.docs_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.46kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.xtext.examples_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB)
[INFO] Fetching org.eclipse.xtext.purexbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (234.7kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (264.3kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.36kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.88kB)
[INFO] Fetching org.eclipse.xtext.redist_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.32kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.24kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (171.3kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.85kB)
[INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.84kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.8MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (280.26kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (374.36kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.58kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.48kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.5kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (255.12kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (231.03kB)
[INFO] Fetching org.eclipse.xtext.activities.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.19kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.92kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.96kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.71kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.34kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.5kB)
[INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.99kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.51kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.67kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.17kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.7kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.83kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.44kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.35kB)
[INFO] Fetching org.polarsys.capella.cdo.mock.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.64kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (66.19kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (42.24kB)
[INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.24kB)
[INFO] Fetching org.polarsys.capella.common.re_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (253.93kB)
[INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (276.89kB)
[INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.17kB)
[INFO] Fetching org.polarsys.capella.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (69.11kB)
[INFO] Fetching org.polarsys.capella.shared.id.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.84kB)
[INFO] Fetching org.polarsys.capella.common.model.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.81kB)
[INFO] Fetching org.polarsys.capella.common.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.72kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.57kB)
[INFO] Fetching org.polarsys.capella.common.ef.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (28.28kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.15kB)
[INFO] Fetching org.polarsys.capella.common.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.92kB)
[INFO] Fetching org.polarsys.capella.common.model.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.56kB)
[INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.68kB)
[INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.64kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (137.21kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.06kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.24kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.69kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (96.46kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.51kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (60.89kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.1kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.15kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.81kB)
[INFO] Fetching org.polarsys.capella.common.id.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.88kB)
[INFO] Fetching org.polarsys.capella.common.data.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.98kB)
[INFO] Fetching org.polarsys.capella.common.libraries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.71kB)
[INFO] Fetching org.polarsys.capella.common.re.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (189.84kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.56kB)
[INFO] Fetching org.polarsys.capella.common.transition.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (197.3kB)
[INFO] Fetching org.polarsys.capella.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.37kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.77kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.85kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.77kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.89kB)
[INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (135.22kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (58.85kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (111.02kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (313.92kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.23kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.3kB)
[INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (64.16kB)
[INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.09kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.82kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.62kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (82.32kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.83kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.45kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.48kB)
[INFO] Fetching org.polarsys.capella.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (158.27kB)
[INFO] Fetching org.polarsys.capella.common.ui.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.59kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.21kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.19kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.5kB)
[INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.51kB)
[INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17kB)
[INFO] Fetching org.polarsys.capella.common.re.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (78.72kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (96.92kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.29kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.56kB)
[INFO] Fetching org.polarsys.capella.common.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.27kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.46kB)
[INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (38.91kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (66.1kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/plugins/ (66.04kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (82.69kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (194.54kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (22.17kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.52kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.04kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (190.36kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (18.39kB)
[INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.89kB)
[INFO] Fetching org.polarsys.capella.core.advance.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.29kB)
[INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.48kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.32kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.1kB)
[INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.83kB)
[INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (546.89kB)
[INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.02kB)
[INFO] Fetching org.polarsys.capella.core.model.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (326.38kB)
[INFO] Fetching org.polarsys.capella.core.data.business.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.1MB)
[INFO] Fetching org.polarsys.capella.core.model.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.33kB)
[INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.08kB)
[INFO] Fetching org.polarsys.capella.core.model.skeleton.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.51kB)
[INFO] Fetching org.polarsys.capella.core.model.preferences.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.76kB)
[INFO] Fetching org.polarsys.capella.core.model.semantic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.13kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.69kB)
[INFO] Fetching org.polarsys.capella.core.semantic.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (483.24kB)
[INFO] Fetching org.polarsys.capella.core.application.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11kB)
[INFO] Fetching org.polarsys.capella.core.af.integration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.59kB)
[INFO] Fetching org.polarsys.capella.core.data.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (311.17kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.07MB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (921.43kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (71.12kB)
[INFO] Fetching org.polarsys.capella.core.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.33kB)
[INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (68.08kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.38MB)
[INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.96kB)
[INFO] Fetching org.polarsys.capella.common.ui.resources.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.09kB)
[INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (98.36kB)
[INFO] Fetching org.polarsys.capella.core.ui.resources.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.46kB)
[INFO] Fetching org.polarsys.capella.core.preferences.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (162.24kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.26kB)
[INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.52kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (402.31kB)
[INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.26kB)
[INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (291.48kB)
[INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.79kB)
[INFO] Fetching org.polarsys.capella.core.compare.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.94kB)
[INFO] Fetching org.polarsys.capella.core.sirius.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (177.13kB)
[INFO] Fetching org.polarsys.capella.core.compare.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.2kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (469.89kB)
[INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.82kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (141.44kB)
[INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.21kB)
[INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.11kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.31kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (61.85kB)
[INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.81MB)
[INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.49kB)
[INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (54.79kB)
[INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (108.71kB)
[INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (142.83kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (63.18kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (120.61kB)
[INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.52kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (264.32kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.19kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (47.1kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.69kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.19kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (139.46kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (146.1kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.01kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.46kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.92kB)
[INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.5kB)
[INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (137.13kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.74kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (67.48kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.75kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.35kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.25kB)
[INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.86kB)
[INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (163.02kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.29kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.53kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.51kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.17kB)
[INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.06kB)
[INFO] Fetching org.polarsys.capella.core.egf.source_7.0.0.202404220814.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (131.01kB)
[INFO] Fetching org.polarsys.capella.core.egf.feature.source_7.0.0.202404220814.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (11.19kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (63.06kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.45kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (65.32kB)
[INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.72kB)
[INFO] Fetching org.polarsys.capella.core.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.15kB)
[INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.13kB)
[INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.76kB)
[INFO] Fetching org.polarsys.capella.core.git.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.15kB)
[INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.libraries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.18kB)
[INFO] Fetching org.polarsys.capella.core.libraries.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.48kB)
[INFO] Fetching org.polarsys.capella.core.libraries.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.24kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (114.45kB)
[INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.75kB)
[INFO] Fetching org.polarsys.capella.core.data.migration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (94.69kB)
[INFO] Fetching org.polarsys.capella.core.migration.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.17kB)
[INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (52.54kB)
[INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.mylyn.help.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.22MB)
[INFO] Fetching org.polarsys.capella.core.mylyn.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.76kB)
[INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (127.18kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.22kB)
[INFO] Fetching org.polarsys.capella.core.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.65kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (89.6kB)
[INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.14kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.46kB)
[INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (86.83kB)
[INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.61kB)
[INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.64kB)
[INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.27kB)
[INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (167.2kB)
[INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.05kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (152.64kB)
[INFO] Fetching org.polarsys.capella.core.data.information.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.05kB)
[INFO] Fetching org.polarsys.capella.core.data.core.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (58.26kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (54.09kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.01kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (134.93kB)
[INFO] Fetching org.polarsys.capella.core.data.common.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.92kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (49.2kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.09kB)
[INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.18kB)
[INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.45kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.14kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.69kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.53kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.76kB)
[INFO] Fetching org.polarsys.capella.core.data.la.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.64kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.4kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24kB)
[INFO] Fetching org.polarsys.capella.core.properties.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.31kB)
[INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.87kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.29kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.11kB)
[INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.22kB)
[INFO] Fetching org.polarsys.capella.core.re_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (121.67kB)
[INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (263.7kB)
[INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.83kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (62.24kB)
[INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.74kB)
[INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.87kB)
[INFO] Fetching org.polarsys.capella.core.re.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.81kB)
[INFO] Fetching org.polarsys.capella.core.re.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.13kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.13kB)
[INFO] Fetching org.polarsys.capella.core.re.project.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.12kB)
[INFO] Fetching org.polarsys.capella.core.re.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB)
[INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.12kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (264.31kB)
[INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.36kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.46kB)
[INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.91kB)
[INFO] Fetching org.polarsys.capella.core.tiger.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.32kB)
[INFO] Fetching org.polarsys.capella.core.projection.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (62.62kB)
[INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.8kB)
[INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.15kB)
[INFO] Fetching org.polarsys.capella.core.projection.scenario.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (117.88kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.1kB)
[INFO] Fetching org.polarsys.capella.core.transfo.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.13kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.85kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (180.52kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.8kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.2kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.58kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.85kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (176.65kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.12kB)
[INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.38kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.24kB)
[INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.18kB)
[INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (81.06kB)
[INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.37kB)
[INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.96kB)
[INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (56.89kB)
[INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.24kB)
[INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.41kB)
[INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (78.05kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.81kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.34kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.86kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (190.14kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.06kB)
[INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (571.22kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (126.96kB)
[INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.45kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.74kB)
[INFO] Fetching org.polarsys.capella.core.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.83kB)
[INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (159.43kB)
[INFO] Fetching org.polarsys.capella.core.ui.metric.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.71kB)
[INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.55kB)
[INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.83kB)
[INFO] Fetching org.polarsys.capella.core.validation.commandline.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.38kB)
[INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.05kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (81.1kB)
[INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.56kB)
[INFO] Fetching org.polarsys.capella.core.ui.intro.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.4kB)
[INFO] Fetching org.polarsys.capella.core.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.44kB)
[INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.93kB)
[INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.56kB)
[INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.85kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (90.92kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.61kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.42kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.71kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.59kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.15kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.28kB)
[INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.88kB)
[INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.1kB)
[INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.21kB)
[INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (131.15kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.39kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.19kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.23kB)
[INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.83kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.03kB)
[INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.07kB)
[INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.23kB)
[INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.55kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.3kB)
[INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.64kB)
[INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.63kB)
[INFO] Fetching org.polarsys.capella.core.ui.search.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.83kB)
[INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB)
[INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.07kB)
[INFO] Fetching org.polarsys.capella.core.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.8kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (88.37kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.42kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.87kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (109.64kB)
[INFO] Fetching org.polarsys.capella.core.data.information.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (106.35kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (64.49kB)
[INFO] Fetching org.polarsys.capella.core.data.la.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.35kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.67kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.92kB)
[INFO] Fetching org.polarsys.capella.core.data.core.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (74.87kB)
[INFO] Fetching org.polarsys.capella.core.data.common.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.75kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.03kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.56kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.43kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.04kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.16kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.26kB)
[INFO] Fetching org.polarsys.capella.core.re.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (28.18kB)
[INFO] Fetching org.polarsys.capella.core.validation.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.31kB)
[INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.27kB)
[INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.05kB)
[INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.77kB)
[INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.28kB)
[INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.89kB)
[INFO] Fetching org.polarsys.capella.detachment.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.17kB)
[INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (375.8kB)
[INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (3.21MB)
[INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.46kB)
[INFO] Fetching org.polarsys.capella.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (591.48kB)
[INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.68kB)
[INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (991.04kB)
[INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (89.54kB)
[INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.58MB)
[INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.73MB)
[INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.41MB)
[INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (423.29kB)
[INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.96kB)
[INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.56MB)
[INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.18MB)
[INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (3.03MB)
[INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.08kB)
[INFO] Fetching org.polarsys.capella.viewpoint.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.33kB)
[INFO] Fetching org.polarsys.capella.commandline.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB)
[INFO] Fetching org.polarsys.capella.diffmerge.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.05kB)
[INFO] Fetching org.polarsys.capella.preferences.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB)
[INFO] Fetching org.polarsys.capella.properties.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB)
[INFO] Fetching org.polarsys.capella.re.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10kB)
[INFO] Fetching org.polarsys.capella.transitions.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB)
[INFO] Fetching org.polarsys.capella.ui.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.99kB)
[INFO] Fetching org.polarsys.capella.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.84kB)
[INFO] Fetching org.polarsys.capella.diagrams.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB)
[INFO] Fetching org.polarsys.capella.glossary.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB)
[INFO] Fetching org.polarsys.capella.validation.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.05kB)
[INFO] Fetching org.polarsys.capella.developer.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB)
[INFO] Fetching org.polarsys.capella.th.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.79kB)
[INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.09kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.53kB)
[INFO] Fetching org.polarsys.capella.git.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.85kB)
[INFO] Fetching org.polarsys.capella.doc.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.29kB)
[INFO] Fetching org.polarsys.capella.docgen_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (553.94kB)
[INFO] Fetching org.polarsys.capella.docgen.preference_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (22.22kB)
[INFO] Fetching org.polarsys.capella.docgen.commandline_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (25.59kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (34.65kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration.commandline_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (27.86kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration.ui_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (95.52kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration.edit_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (24.8kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration.editor_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (82.39kB)
[INFO] Fetching org.polarsys.capella.docgen.configuration.feature_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.94kB)
[INFO] Fetching org.polarsys.capella.docgen.doc_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (216.33kB)
[INFO] Fetching org.polarsys.capella.docgen.ui_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (43.94kB)
[INFO] Fetching org.polarsys.capella.docgen.feature_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.98kB)
[INFO] Fetching org.polarsys.capella.rcp_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.89kB)
[INFO] Fetching org.polarsys.capella.rcp_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.45kB)
[INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.49kB)
[INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.28kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (45.8kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.55kB)
[INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (40.25kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.48kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.81kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.26kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (58.02kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (53.81kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.65kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (36.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.55kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (14kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.15kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.24kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (22.72kB)
[INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.32kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (45.3kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (49.68kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (33.34kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (127.14kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (72.99kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.1kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.88kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (46.36kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.88kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.54kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (47.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.64kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (58.88kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (43.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.24kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (41.75kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.22kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.81kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (192.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (110.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (36.37kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.1kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (9.26kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (59.99kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (37.31kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.42kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (118.15kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (57.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.38kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.42kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (72.76kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (54.54kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.67kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (67.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (68.25kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (70.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (73.35kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (268.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (288.27kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (73.88kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (61.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (85.96kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (133.92kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (119.25kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (69.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (81.41kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (58.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (40.5kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (67.39kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (79.44kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (23.03kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (32.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (104.59kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (29.53kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (37.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.97kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (29.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.56kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (65.03kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (39.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (225.26kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.65kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (32.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.77kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (58.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (52.73kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.14kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (35.59kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (36.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.21kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (79.1kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.15kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.24kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.09kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.72kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.83kB)
[INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.36kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.68kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.77kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.64kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.4kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.89kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.14kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.94kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.23kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.52kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.36kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (21.97kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.07kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.31kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.89kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (18.88kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.85kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.39kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.13kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.85kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.78kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.37kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (19.58kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.86kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (26.98kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.93kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.56kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.37kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.69kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (22.03kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.24kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (27.44kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.9kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.92kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.35kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.83kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.14kB)
[INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.44kB)
[INFO] Fetching org.polarsys.kitalpha.composer.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (84.7kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.59kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.55kB)
[INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.86kB)
[INFO] Fetching org.polarsys.kitalpha.composer.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (73.18kB)
[INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.21kB)
[INFO] Fetching org.polarsys.kitalpha.composer.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.24kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (161.12kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (28.99kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (29.26kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.52kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (81.46kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.78kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.81kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.4kB)
[INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (22.91kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (22.68kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (16.66kB)
[INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.emde.egf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (147.69kB)
[INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.09kB)
[INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (118.03kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (17.38kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.24kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.83kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (10.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.26kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.3kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.75kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (24.66kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (17.19kB)
[INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.26kB)
[INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (40.51kB)
[INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (25.61kB)
[INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (30.66kB)
[INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.15kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.3kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.25kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (20.84kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (13.52kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.14kB)
[INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.15kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.87kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (12.19kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (20.45kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (15.63kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/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/sdk/7.0.0.20240319/features/ (11.26kB)
[INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/plugins/ (11.7kB)
[INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240319/features/ (11.21kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.52kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.99MB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.23kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.65kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (270.24kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.9kB)
[INFO] Fetching org.eclipse.core.net.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.43kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.69kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.72kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (16.44kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.polarsys.capella.studio.releng.product ---
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240847.
Operation completed in 63773 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240847.
Operation completed in 63476 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240847.
Operation completed in 59257 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240847.
Operation completed in 59290 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240847.
Operation completed in 55459 ms.
[INFO] 
[INFO] --- antrun:1.7:run (create-dropin-folders) @ org.polarsys.capella.studio.releng.product ---
[INFO] Executing tasks

main:
     [echo] Create dropin folders in porducts
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app/Contents/Eclipse/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app/Contents/Eclipse/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.aarch64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.product ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.gtk.linux.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.gtk.linux.aarch64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.aarch64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.aarch64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >--
[INFO] Building Capella Studio Root 7.0.0-SNAPSHOT                      [32/32]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/root/org.polarsys.capella.studio.releng.root/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.root-7.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT:
[INFO] 
[INFO] Capella Studio ..................................... SUCCESS [  2.268 s]
[INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 13.766 s]
[INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 11.158 s]
[INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [  4.389 s]
[INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [  2.106 s]
[INFO] org.polarsys.capella.extension.tools ............... SUCCESS [  6.053 s]
[INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [  5.532 s]
[INFO] org.polarsys.capella.studio.product ................ SUCCESS [  3.295 s]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui  SUCCESS [  3.010 s]
[INFO] org.polarsys.capella.ta ............................ SUCCESS [  2.981 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [  1.813 s]
[INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [  4.724 s]
[INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [  2.957 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [  2.559 s]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [  2.391 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [  3.262 s]
[INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [  3.090 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [  2.754 s]
[INFO] org.polarsys.capella.studio.doc .................... SUCCESS [  1.788 s]
[INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [  1.991 s]
[INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [  0.755 s]
[INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [  1.810 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [  2.148 s]
[INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [  1.877 s]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [  2.534 s]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [  1.708 s]
[INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [  1.305 s]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature  SUCCESS [  0.893 s]
[INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 16.211 s]
[INFO] Capella Sudio Aggregator Module .................... SUCCESS [  0.005 s]
[INFO] Capella studio Product ............................. SUCCESS [15:03 min]
[INFO] Capella Studio Root ................................ SUCCESS [  0.008 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18:55 min
[INFO] Finished at: 2024-04-24T09:06:15Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-lsCqKZGxBNLy/agent.1764
SSH_AGENT_PID=1766
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Capella-studio_master@tmp/private_key_17390078444422103351.key (/home/jenkins/agent/workspace/Capella-studio_master@tmp/private_key_17390078444422103351.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ echo 'deploy update site'
deploy update site
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/master
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/master
[Pipeline] sh
+ scp -r releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/features releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/p2.index releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/master
[Pipeline] sh
+ echo 'deploy product'
deploy product
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/master
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/master
[Pipeline] sh
+ scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240847-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/master
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1766 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run RCPTT Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[Capella-studio_master] $ Xvnc -help
Starting xvnc
[Capella-studio_master] $ Xvnc :29 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed Apr 24 09:08:25 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5929
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent verify -P rcptt -e
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Studio                                                     [pom]
[INFO] org.polarsys.capella.extension.rcptt                         [rcpttTest]
[INFO] org.polarsys.capella.gen.doc.tests                           [rcpttTest]
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt               [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.tests                  [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests          [rcpttTest]
[INFO] Capella Studio  RCPTT tests Aggregator Module                      [pom]
[INFO] Capella Studio Root                                                [pom]
[INFO] 
[INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >----------
[INFO] Building Capella Studio 7.0.0-SNAPSHOT                             [1/8]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio ---
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------
[INFO] Building org.polarsys.capella.extension.rcptt 7.0.0-SNAPSHOT       [2/8]
[INFO]   from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.rcptt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ org.polarsys.capella.extension.rcptt ---
[INFO] Sys arch is amd64
[INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default
[INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ...
[INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.extension.rcptt ---
[INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9577'
[INFO] The execution timeout is set to 3600 seconds
[INFO] !SESSION 2024-04-24 09:08:47.782 -----------------------------------------------
[INFO] eclipse.buildId=unknown
[INFO] java.version=17.0.2
[INFO] java.vendor=Oracle Corporation
[INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
[INFO] Framework arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9577
[INFO] Command-line arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9577
[INFO] 
[INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-24 09:08:49.632
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68]
[INFO]   Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2024-04-24 09:08:49.634
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)"
[INFO]     -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.400.v20221006-1531"; version="1.2.0"
[INFO]        org.eclipse.equinox.http.servlet [89]
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]            -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-24 09:08:49.635
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89]
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]     -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-24 09:08:49.636
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90]
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2024-04-24 09:08:49.636
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper
[INFO]     -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0"
[INFO]        org.eclipse.equinox.jsp.jasper [90]
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2024-04-24 09:08:49.637
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.junit 4 0 2024-04-24 09:08:49.637
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 09:08:49.638
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140]
[INFO]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2024-04-24 09:08:49.638
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.pde.runtime 4 0 2024-04-24 09:08:49.639
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.202.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2024-04-24 09:08:49.641
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] Started at Wed Apr 24 09:08:49 UTC 2024
[INFO] RCPTT Runner version: 2.5.5
[INFO] Initializing target platform...
[INFO] Begin task: Resolving null
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.542
[INFO] !MESSAGE Detected potential problems in target platform No Name
[INFO] 	Installation /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut Default Configuration
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins
[INFO] Env: null/null/null/null
[INFO] JRE: null
[INFO] Args: null/null
[INFO] Implicit: null
[INFO] Handle: 1713949730465.target
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.542
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.542
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.543
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.544
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.545
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.546
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.547
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.548
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.549
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.549
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.549
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.549
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:08:56.549
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:08:56.668
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:08:56.671
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] Begin task: Apply injection plugins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.181
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.182
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.229
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.230
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Downloading org.antlr.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.922
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:06.928
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: Downloading org.aspectj.runtime
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.144
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.166
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.173
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.174
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.174
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.174
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.184
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf.transaction.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.228
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.229
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.229
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.233
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.236
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.249
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.249
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.250
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.326
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.326
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.335
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.339
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.339
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.348
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.351
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.424
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.427
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.432
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.438
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation.ui
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.524
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.524
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.524
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.539
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.539
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.542
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.620
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.621
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.621
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.629
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.632
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.638
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.646
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.646
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.648
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.728
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.728
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.729
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.729
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.732
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.745
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.745
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.745
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.818
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.823
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.853
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.853
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.919
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation.ui.ide
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.923
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.926
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:09:07.933
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.934
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.934
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:07.938
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.133
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.138
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.173
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.178
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.191
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.197
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] progress: Downloading org.dom4j
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.apache.poi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:08.248
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.335
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.336
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.373
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.377
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.397
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.402
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.416
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.527
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.528
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.535
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.538
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.541
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.586
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:09:09.588
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.eclipse.rcptt.testrail
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.group
[INFO] progress: Installing MO.rcptt
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui
[INFO] progress: Installing org.eclipse.rcptt.zephyr.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group
[INFO] progress: Installing org.eclipse.emf.transaction
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.emf.transaction.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.reporting.html
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.emf.validation
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.rcptt.ui.report
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.emf.validation.ui.ide
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.emf.validation.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction.ui
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting.util
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.eclipse.rcptt.zephyr
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.eclipse.rcptt.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner
[INFO] progress: Installing org.eclipse.emf.validation.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.rcptt.testrail.ui
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui
[INFO] progress: Installing org.eclipse.rcptt.ui.activities
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.tesla.chart
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.eclipse.rcptt.launching.configuration
[INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x
[INFO] progress: Installing org.eclipse.emf.validation_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.remote
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.eclipse.rcptt.launching.p2utils
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap
[INFO] progress: Installing org.eclipse.rcptt.updates.kepler
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.eclipse.rcptt.search
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.updates.extra
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.extensions
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui
[INFO] progress: Installing org.eclipse.emf.transaction.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui
[INFO] progress: Installing org.eclipse.emf.query.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.rap
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.common
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.builder
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.platform
[INFO] progress: Installing org.eclipse.rcptt.core.search
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.launching.ext
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group
[INFO] progress: Installing MO.Default
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.eclipse.emf.query.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.injection
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.expandbar.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf.query
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.eclipse.rcptt.testing.ecl
[INFO] progress: Installing org.eclipse.emf.validation.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.rcptt.ui
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt... OK
[INFO] Refreshing projects:
[INFO]     org.polarsys.capella.extension.rcptt... OK
[INFO] Searching for tests in projects:
[INFO]     org.polarsys.capella.extension.rcptt... 
[INFO] Complete OK
[INFO] Testcase Artifacts:4
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:09:14.936
[INFO] !MESSAGE AUT-0:Launching
[INFO] AUT-0:Launching
[INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio
[INFO] AUT-0:Application: org.polarsys.capella.studio.product.application
[INFO] AUT-0:Architecture: x86_64
[INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:09:19.434
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:09:19.438
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:09:19.439
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:09:43.523
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=b2905f22-6a40-411f-8972-64399124dac2, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17
[INFO] -Dosgi.dataAreaRequiresExplicitInit=true
[INFO] -Xms512m
[INFO] -Xmx2048m
[INFO] -Dq7id=b2905f22-6a40-411f-8972-64399124dac2
[INFO] -Dq7EclPort=4001
[INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar
[INFO] --add-opens
[INFO] java.base/java.lang=ALL-UNNAMED
[INFO] --add-modules=ALL-SYSTEM
[INFO] ]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:09:43.589
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 09:10:26.931
[INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:10:27.248
[INFO] !MESSAGE [AUT-0] Starting: genchain_01.test (0 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:11:01.016
[INFO] !MESSAGE [AUT-0] Finished: genchain_01.test in 32734 (0 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:11:01.017
[INFO] !MESSAGE Pass 1 (4) processed. 0 failed. spent: 0:33, 0:49 mins remaining. genchain_01. time: 32734ms 
[INFO] Pass 1 (4) processed. 0 failed. spent: 0:33, 0:49 mins remaining. genchain_01. time: 32734ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:11:01.019
[INFO] !MESSAGE [AUT-0] Starting: genchain_02.test (1 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:11:42.172
[INFO] !MESSAGE [AUT-0] Finished: genchain_02.test in 40336 (1 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:11:42.175
[INFO] !MESSAGE [AUT-0] Starting: genchain_03.test (2 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:11:42.260
[INFO] !MESSAGE Pass 2 (4) processed. 0 failed. spent: 1:15, 0:18 mins remaining. genchain_02. time: 40336ms 
[INFO] Pass 2 (4) processed. 0 failed. spent: 1:15, 0:18 mins remaining. genchain_02. time: 40336ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:12:45.931
[INFO] !MESSAGE [AUT-0] Finished: genchain_03.test in 63167 (2 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:12:45.933
[INFO] !MESSAGE [AUT-0] Starting: genchain_04.test (3 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:12:45.952
[INFO] !MESSAGE Pass 3 (4) processed. 0 failed. spent: 2:18, 0:00 mins remaining. genchain_03. time: 63167ms 
[INFO] Pass 3 (4) processed. 0 failed. spent: 2:18, 0:00 mins remaining. genchain_03. time: 63167ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:13:29.563
[INFO] !MESSAGE [AUT-0] Finished: genchain_04.test in 43235 (3 from 4)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:13:29.634
[INFO] !MESSAGE Pass 4 (4) processed. 0 failed. spent: 3:02, 0:00 mins remaining. genchain_04. time: 43235ms 
[INFO] Pass 4 (4) processed. 0 failed. spent: 3:02, 0:00 mins remaining. genchain_04. time: 43235ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:13:29.634
[INFO] !MESSAGE Shut down AUTs: executed
[INFO] Process terminated. Shut down AUTs
[INFO] Finished at Wed Apr 24 09:13:31 UTC 2024
[INFO] 
[INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 09:13:31.585
[INFO] !MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] Runner exit code is: 0
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.extension.rcptt ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt-7.0.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/org.polarsys.capella-org.polarsys.capella.extension.rcptt-7.0.0-SNAPSHOT-result.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.rcptt ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.rcptt ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] ------< org.polarsys.capella:org.polarsys.capella.gen.doc.tests >-------
[INFO] Building org.polarsys.capella.gen.doc.tests 7.0.0-SNAPSHOT         [3/8]
[INFO]   from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.gen.doc.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ org.polarsys.capella.gen.doc.tests ---
[INFO] Sys arch is amd64
[INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default
[INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ...
[INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.gen.doc.tests ---
[INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9236'
[INFO] The execution timeout is set to 3600 seconds
[INFO] !SESSION 2024-04-24 09:13:42.765 -----------------------------------------------
[INFO] eclipse.buildId=unknown
[INFO] java.version=17.0.2
[INFO] java.vendor=Oracle Corporation
[INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
[INFO] Framework arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9236
[INFO] Command-line arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9236
[INFO] 
[INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-24 09:13:44.435
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68]
[INFO]   Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2024-04-24 09:13:44.437
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)"
[INFO]     -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.400.v20221006-1531"; version="1.2.0"
[INFO]        org.eclipse.equinox.http.servlet [89]
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]            -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-24 09:13:44.438
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89]
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]     -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-24 09:13:44.438
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90]
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2024-04-24 09:13:44.439
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper
[INFO]     -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0"
[INFO]        org.eclipse.equinox.jsp.jasper [90]
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2024-04-24 09:13:44.441
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.junit 4 0 2024-04-24 09:13:44.442
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 09:13:44.444
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140]
[INFO]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2024-04-24 09:13:44.445
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.pde.runtime 4 0 2024-04-24 09:13:44.446
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.202.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2024-04-24 09:13:44.447
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] Started at Wed Apr 24 09:13:44 UTC 2024
[INFO] RCPTT Runner version: 2.5.5
[INFO] Initializing target platform...
[INFO] Begin task: Resolving null
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Detected potential problems in target platform No Name
[INFO] 	Installation /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut Default Configuration
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins
[INFO] Env: null/null/null/null
[INFO] JRE: null
[INFO] Args: null/null
[INFO] Implicit: null
[INFO] Handle: 1713950025238.target
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.965
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.966
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.967
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.968
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:13:50.969
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:51.094
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:51.117
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] Begin task: Apply injection plugins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:59.573
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:59.575
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:59.627
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:13:59.628
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Downloading org.antlr.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.292
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.297
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: Downloading org.aspectj.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.467
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.490
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.504
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.504
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.504
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.504
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:00.517
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf.transaction.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.531
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:00.531
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.531
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.538
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.540
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.540
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.550
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.551
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.551
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.622
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.623
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.633
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.633
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.635
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.642
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.642
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.723
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.723
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.728
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf.validation.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.740
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.740
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:00.742
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.754
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.754
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.754
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.826
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.827
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.839
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.840
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.857
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.857
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.919
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.919
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.931
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:00.937
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400.
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:00.947
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.948
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.948
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.948
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:00.953
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.016
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.016
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.027
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.027
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.042
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.042
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.042
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.052
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.052
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.052
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation.ui.ide
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.121
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.121
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.125
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.131
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.131
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:14:01.139
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.143
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.352
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.358
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.383
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.388
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.401
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.418
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.dom4j
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.421
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.421
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.421
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.422
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.apache.poi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:01.451
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.605
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.606
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.651
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.655
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.678
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.683
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.687
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.823
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.824
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.832
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.835
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.839
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.897
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:14:02.901
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.eclipse.rcptt.testrail
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.group
[INFO] progress: Installing MO.rcptt
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui
[INFO] progress: Installing org.eclipse.rcptt.zephyr.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group
[INFO] progress: Installing org.eclipse.emf.transaction
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.emf.transaction.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.reporting.html
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.emf.validation
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.rcptt.ui.report
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.emf.validation.ui.ide
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.emf.validation.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction.ui
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting.util
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.eclipse.rcptt.zephyr
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.eclipse.rcptt.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner
[INFO] progress: Installing org.eclipse.emf.validation.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.rcptt.testrail.ui
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui
[INFO] progress: Installing org.eclipse.rcptt.ui.activities
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.tesla.chart
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.eclipse.rcptt.launching.configuration
[INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x
[INFO] progress: Installing org.eclipse.emf.validation_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.remote
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.eclipse.rcptt.launching.p2utils
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap
[INFO] progress: Installing org.eclipse.rcptt.updates.kepler
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.eclipse.rcptt.search
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.updates.extra
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.extensions
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui
[INFO] progress: Installing org.eclipse.emf.transaction.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui
[INFO] progress: Installing org.eclipse.emf.query.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.rap
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.common
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.builder
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.platform
[INFO] progress: Installing org.eclipse.rcptt.core.search
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.launching.ext
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group
[INFO] progress: Installing MO.Default
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.eclipse.emf.query.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.injection
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.expandbar.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf.query
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.eclipse.rcptt.testing.ecl
[INFO] progress: Installing org.eclipse.emf.validation.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.rcptt.ui
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests... OK
[INFO] Refreshing projects:
[INFO]     org.polarsys.capella.gen.doc.tests... OK
[INFO] Searching for tests in projects:
[INFO]     org.polarsys.capella.gen.doc.tests... 
[INFO] Complete OK
[INFO] Testcase Artifacts:2
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:14:08.961
[INFO] !MESSAGE AUT-0:Launching
[INFO] AUT-0:Launching
[INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio
[INFO] AUT-0:Application: org.polarsys.capella.studio.product.application
[INFO] AUT-0:Architecture: x86_64
[INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:14:13.921
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:14:13.925
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:14:13.925
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:14:37.446
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=d87370f2-26f3-4ca8-a3bb-3df4760d097b, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17
[INFO] -Dosgi.dataAreaRequiresExplicitInit=true
[INFO] -Xms512m
[INFO] -Xmx2048m
[INFO] -Dq7id=d87370f2-26f3-4ca8-a3bb-3df4760d097b
[INFO] -Dq7EclPort=4001
[INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar
[INFO] --add-opens
[INFO] java.base/java.lang=ALL-UNNAMED
[INFO] --add-modules=ALL-SYSTEM
[INFO] ]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:14:37.516
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 09:15:22.634
[INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:15:22.840
[INFO] !MESSAGE [AUT-0] Starting: Export Diagram with special characters in name.test (0 from 2)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:16:04.049
[INFO] !MESSAGE [AUT-0] Finished: Export Diagram with special characters in name.test in 40484 (0 from 2)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:16:04.052
[INFO] !MESSAGE [AUT-0] Starting: Export Images.test (1 from 2)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:16:04.147
[INFO] !MESSAGE Pass 1 (2) processed. 0 failed. spent: 0:41, 0:00 mins remaining. Export Diagram with special characters in name. time: 40484ms 
[INFO] Pass 1 (2) processed. 0 failed. spent: 0:41, 0:00 mins remaining. Export Diagram with special characters in name. time: 40484ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:16:28.254
[INFO] !MESSAGE [AUT-0] Finished: Export Images.test in 23607, Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error". (1 from 2)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:16:28.276
[INFO] !MESSAGE Fail 2 (2) processed. 1 failed. spent: 1:05, 0:00 mins remaining. Export Images. time: 23607ms  Cause: Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error".
[INFO] Fail 2 (2) processed. 1 failed. spent: 1:05, 0:00 mins remaining. Export Images. time: 23607ms  Cause: Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error".
[INFO] Failed Tests:
[INFO] Export Images
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:16:28.277
[INFO] !MESSAGE Shut down AUTs: executed
[INFO] Process terminated. Shut down AUTs
[INFO] 
[INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 09:16:29.909
[INFO] !MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] Runner exit code is: 56
[ERROR] There are test failures
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.gen.doc.tests ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests-7.0.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/org.polarsys.capella-org.polarsys.capella.gen.doc.tests-7.0.0-SNAPSHOT-result.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.gen.doc.tests ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.gen.doc.tests ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.ad.viewpoint.rcptt >--
[INFO] Building org.polarsys.capella.studio.ad.viewpoint.rcptt 7.0.0-SNAPSHOT [4/8]
[INFO]   from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] Sys arch is amd64
[INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default
[INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ...
[INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt' '-injection:site' 'https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8669'
[INFO] The execution timeout is set to 3600 seconds
[INFO] !SESSION 2024-04-24 09:16:40.798 -----------------------------------------------
[INFO] eclipse.buildId=unknown
[INFO] java.version=17.0.2
[INFO] java.vendor=Oracle Corporation
[INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
[INFO] Framework arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt -injection:site https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8669
[INFO] Command-line arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt -injection:site https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8669
[INFO] 
[INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-24 09:16:42.631
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68]
[INFO]   Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2024-04-24 09:16:42.633
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)"
[INFO]     -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.400.v20221006-1531"; version="1.2.0"
[INFO]        org.eclipse.equinox.http.servlet [89]
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]            -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-24 09:16:42.634
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89]
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]     -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-24 09:16:42.635
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90]
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2024-04-24 09:16:42.635
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper
[INFO]     -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0"
[INFO]        org.eclipse.equinox.jsp.jasper [90]
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2024-04-24 09:16:42.636
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.junit 4 0 2024-04-24 09:16:42.636
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 09:16:42.637
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140]
[INFO]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2024-04-24 09:16:42.637
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.pde.runtime 4 0 2024-04-24 09:16:42.637
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.202.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2024-04-24 09:16:42.638
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] Started at Wed Apr 24 09:16:43 UTC 2024
[INFO] RCPTT Runner version: 2.5.5
[INFO] Initializing target platform...
[INFO] Begin task: Resolving null
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.391
[INFO] !MESSAGE Detected potential problems in target platform No Name
[INFO] 	Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut Default Configuration
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins
[INFO] Env: null/null/null/null
[INFO] JRE: null
[INFO] Args: null/null
[INFO] Implicit: null
[INFO] Handle: 1713950203537.target
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.392
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.393
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.394
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.394
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.394
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.394
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.394
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.415
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.416
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.417
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.417
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.417
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.417
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:16:49.417
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:16:49.503
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:16:49.515
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] Begin task: Apply injection plugins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (19.02kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (15.01kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.41kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.41kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.39kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.83kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.installer.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source
[INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.68kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB)
[INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.17kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.02kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.71kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.71kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.71kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.71kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.82kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (31.5kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (30.76kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (30.76kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.62kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.62kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.84kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.7kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.84kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (23.85kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.7kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (23.85kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.79kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.04kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.vpdsl
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (42.75kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.5kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.46kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.71kB)
[INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.71kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.source
[INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.installer.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.11kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design.source
[INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature
[INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.68kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.83kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.6kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.6kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.9kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.14kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.14kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.9kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation
[INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.61kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.59kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.49kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (22.04kB)
[INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.49kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.59kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (22.04kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (65.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.04kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (65.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.04kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (25.21kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (34.16kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (42.79kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (29.58kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.89kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (24.41kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.89kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (24.41kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.27kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (12.79kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.53kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.28kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.89kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.56kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (25.62kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.13kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.62kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.14kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.21kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (56.01kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (56.01kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.34kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.01kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.34kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.01kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (31.47kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.47kB)
[INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.importer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.02kB)
[INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (44.17kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.79kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.79kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.79kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (80.8kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.08kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.21kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (26.68kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (26.68kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.73kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.06kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.73kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.06kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.27kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (32kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.11kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.7kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.77kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.12kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.12kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.25kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.importer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.9kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (60.17kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.82kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.82kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.vpdsl
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (700.77kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.43kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (48.11kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (41.05kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (41.05kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.6kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.6kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.26kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.87kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (73.04kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.02kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.08kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.89kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.88kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.88kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.72kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.72kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.84kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.84kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source
[INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.importer
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (90.59kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.23kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB)
[INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (90.59kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.23kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.83kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (60.64kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety
[INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.installer.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.21kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.59kB)
[INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.42kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.source
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.61kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.95kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.61kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.95kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (12.36kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.79kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.67kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB)
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl
[INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (112.72kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.4kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.19kB)
[INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.4kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:00.798
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:00.799
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:00.842
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:00.843
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Downloading org.antlr.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.600
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.605
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] progress: Downloading org.aspectj.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.775
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.797
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.805
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.805
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.805
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.806
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:01.815
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf.transaction.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.823
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.823
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.834
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:01.834
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.834
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.845
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.845
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.845
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.859
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.860
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.860
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.928
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.928
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.940
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.948
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.949
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:01.954
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.019
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf.validation.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.030
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.030
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.031
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:02.040
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.050
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.050
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.050
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.125
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.125
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.125
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.143
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.143
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.144
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.144
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.155
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.155
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.161
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:02.224
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.231
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.231
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:02.232
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.232
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.246
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.246
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.246
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.255
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.260
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.321
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.321
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.322
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.340
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.340
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.340
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.340
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation.ui.ide
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.349
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.350
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.358
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.358
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:02.418
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.424
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.591
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.597
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.641
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.646
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.666
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.672
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] progress: Downloading org.dom4j
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.675
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.675
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.675
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.675
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.apache.poi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:02.733
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (19.02kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:03.964
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:03.965
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.016
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.021
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.044
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.050
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.054
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.254
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.255
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.262
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.265
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.268
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.323
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:04.326
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (15.01kB)
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af
[INFO] progress: Installing org.eclipse.rcptt.testrail
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui
[INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.rcptt.zephyr.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source
[INFO] progress: Installing org.eclipse.emf.transaction
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis
[INFO] progress: Installing org.eclipse.rcptt.core.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample
[INFO] progress: Installing org.eclipse.emf.transaction.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.reporting.html
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.emf.validation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.vpdsl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.emf.validation.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction.ui
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source
[INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.source
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner
[INFO] progress: Installing org.eclipse.emf.validation.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.chart
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation
[INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x
[INFO] progress: Installing org.eclipse.emf.validation_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui
[INFO] progress: Installing org.eclipse.rcptt.launching.remote
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.kepler
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.jar
[INFO] progress: Installing 202403192238.SampleComponent
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.extra
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui
[INFO] progress: Installing org.eclipse.emf.transaction.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.group
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.core.builder
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source
[INFO] progress: Installing org.eclipse.rcptt.core.search
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.launching.ext
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group
[INFO] progress: Installing MO.Default
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.emf.query.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.expandbar.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.rcptt.ctx.super
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.group
[INFO] progress: Installing MO.rcptt
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source
[INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.source
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.group
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ui.report
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.emf.validation.ui.ide
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation.source
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.rcptt.reporting.util
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design.source
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source
[INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation
[INFO] progress: Installing org.eclipse.rcptt.zephyr
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.rcptt.testrail.ui
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation.source
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation
[INFO] progress: Installing org.eclipse.rcptt.ui.activities
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.launching.configuration
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.importer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis.source
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching.p2utils
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.rcptt.search
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.source
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.jar
[INFO] progress: Installing 202403192238.SampleComponentSource
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.extensions
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui
[INFO] progress: Installing org.eclipse.emf.query.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.source
[INFO] progress: Installing org.eclipse.rcptt.launching.rap
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.launching.common
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.importer
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.group
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.platform
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.vpdsl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching.injection
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf.query
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.testing.ecl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source
[INFO] progress: Installing org.eclipse.emf.validation.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.importer
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety
[INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation.source
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ui
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.source
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.group
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt... OK
[INFO] Refreshing projects:
[INFO]     org.polarsys.capella.studio.ad.viewpoint.rcptt... OK
[INFO] Searching for tests in projects:
[INFO]     org.polarsys.capella.studio.ad.viewpoint.rcptt... 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.105
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:Many Activity Explorer Pages.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- Many Activity Explorer Pages.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.111
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:AF For Capella Security.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- AF For Capella Security.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.121
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:AF For EMF Security.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- AF For EMF Security.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.125
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:Capella Scurity Viewpoint.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- Capella Scurity Viewpoint.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.135
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:generation Vpdesc to Vptext.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- generation Vpdesc to Vptext.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core 4 0 2024-04-24 09:17:10.137
[INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:EMF Security Viewpoint.test
[INFO] -- Testcase is skipped because of incorrect dependencies -- EMF Security Viewpoint.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w]
[INFO] No tests found
[INFO] No tests to run.
[INFO] Finished at Wed Apr 24 09:17:10 UTC 2024
[INFO] 
[INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 09:17:10.675
[INFO] !MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] Runner exit code is: 0
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt-7.0.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/org.polarsys.capella-org.polarsys.capella.studio.ad.viewpoint.rcptt-7.0.0-SNAPSHOT-result.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.tests >--
[INFO] Building capellastudio.vpdsl.qualityassessment.tests 7.0.0-SNAPSHOT [5/8]
[INFO]   from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] Sys arch is amd64
[INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default
[INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ...
[INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'execTimeout=1200;testExecTimeout=900' '-timeout' '1200' '-shutdownListenerPort' '8868'
[INFO] The execution timeout is set to 1200 seconds
[INFO] !SESSION 2024-04-24 09:17:19.942 -----------------------------------------------
[INFO] eclipse.buildId=unknown
[INFO] java.version=17.0.2
[INFO] java.vendor=Oracle Corporation
[INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
[INFO] Framework arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 8868
[INFO] Command-line arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 8868
[INFO] 
[INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-24 09:17:21.720
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68]
[INFO]   Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2024-04-24 09:17:21.723
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)"
[INFO]     -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.400.v20221006-1531"; version="1.2.0"
[INFO]        org.eclipse.equinox.http.servlet [89]
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]            -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-24 09:17:21.723
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89]
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]     -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-24 09:17:21.724
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90]
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2024-04-24 09:17:21.724
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper
[INFO]     -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0"
[INFO]        org.eclipse.equinox.jsp.jasper [90]
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2024-04-24 09:17:21.732
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.junit 4 0 2024-04-24 09:17:21.734
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 09:17:21.735
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140]
[INFO]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2024-04-24 09:17:21.736
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.pde.runtime 4 0 2024-04-24 09:17:21.738
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.202.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2024-04-24 09:17:21.740
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] Started at Wed Apr 24 09:17:22 UTC 2024
[INFO] RCPTT Runner version: 2.5.5
[INFO] Initializing target platform...
[INFO] Begin task: Resolving null
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Detected potential problems in target platform No Name
[INFO] 	Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut Default Configuration
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins
[INFO] Env: null/null/null/null
[INFO] JRE: null
[INFO] Args: null/null
[INFO] Implicit: null
[INFO] Handle: 1713950242509.target
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.238
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.239
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.240
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.241
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:17:28.242
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:28.367
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:28.371
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] Begin task: Apply injection plugins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:36.619
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:36.620
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:36.672
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:36.673
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Downloading org.antlr.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.401
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.406
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.aspectj.runtime
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.568
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.595
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.604
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.604
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.605
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.605
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:37.612
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf.transaction.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.635
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.635
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:37.636
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.640
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.646
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.646
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.648
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.657
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.657
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.658
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.724
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.724
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.734
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.734
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.738
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.742
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.751
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.819
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.819
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf.validation.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.828
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.828
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:37.834
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.838
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.843
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.844
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.926
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.926
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.926
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.945
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.946
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:37.946
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.019
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.019
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.024
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:38.032
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.033
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:38.033
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400.
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.038
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.041
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.051
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.051
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.051
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.052
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.120
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.128
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.135
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.135
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.152
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.152
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.152
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.152
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.218
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation.ui.ide
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.229
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.230
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.233
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.237
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:17:38.240
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.247
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.464
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.470
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.516
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.522
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.537
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.542
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] progress: Downloading org.dom4j
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.545
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.545
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.545
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.546
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.apache.poi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:38.622
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.633
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.634
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.671
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.674
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.693
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.698
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.702
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.821
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.822
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.828
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.831
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.834
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.900
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:17:39.903
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.eclipse.rcptt.testrail
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.group
[INFO] progress: Installing MO.rcptt
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui
[INFO] progress: Installing org.eclipse.rcptt.zephyr.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group
[INFO] progress: Installing org.eclipse.emf.transaction
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.emf.transaction.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.reporting.html
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.emf.validation
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.rcptt.ui.report
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.emf.validation.ui.ide
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.emf.validation.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction.ui
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting.util
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.eclipse.rcptt.zephyr
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.eclipse.rcptt.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner
[INFO] progress: Installing org.eclipse.emf.validation.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.rcptt.testrail.ui
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui
[INFO] progress: Installing org.eclipse.rcptt.ui.activities
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.tesla.chart
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.eclipse.rcptt.launching.configuration
[INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x
[INFO] progress: Installing org.eclipse.emf.validation_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.remote
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.eclipse.rcptt.launching.p2utils
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap
[INFO] progress: Installing org.eclipse.rcptt.updates.kepler
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.eclipse.rcptt.search
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.updates.extra
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.extensions
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui
[INFO] progress: Installing org.eclipse.emf.transaction.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui
[INFO] progress: Installing org.eclipse.emf.query.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.rap
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.common
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.builder
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.platform
[INFO] progress: Installing org.eclipse.rcptt.core.search
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.launching.ext
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group
[INFO] progress: Installing MO.Default
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.eclipse.emf.query.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.injection
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.expandbar.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf.query
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.eclipse.rcptt.testing.ecl
[INFO] progress: Installing org.eclipse.emf.validation.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.rcptt.ui
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests... OK
[INFO] Refreshing projects:
[INFO]     capellastudio.vpdsl.qualityassessment.tests... OK
[INFO] Searching for tests in projects:
[INFO]     capellastudio.vpdsl.qualityassessment.tests... 
[INFO] Complete OK
[INFO] Testcase Artifacts:10
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:17:45.754
[INFO] !MESSAGE AUT-0:Launching
[INFO] AUT-0:Launching
[INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio
[INFO] AUT-0:Application: org.polarsys.capella.studio.product.application
[INFO] AUT-0:Architecture: x86_64
[INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:17:50.318
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:17:50.322
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:17:50.322
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:18:12.875
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=ca0857da-b8cc-4877-86a5-1de9a06a00b2, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17
[INFO] -Dosgi.dataAreaRequiresExplicitInit=true
[INFO] -Xms512m
[INFO] -Xmx2048m
[INFO] -Dq7id=ca0857da-b8cc-4877-86a5-1de9a06a00b2
[INFO] -Dq7EclPort=4001
[INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar
[INFO] --add-opens
[INFO] java.base/java.lang=ALL-UNNAMED
[INFO] --add-modules=ALL-SYSTEM
[INFO] ]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:18:12.941
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 09:18:56.674
[INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:18:56.963
[INFO] !MESSAGE [AUT-0] Starting: Aspect - Data.test (0 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:19:34.773
[INFO] !MESSAGE [AUT-0] Finished: Aspect - Data.test in 36685 (0 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:19:34.815
[INFO] !MESSAGE [AUT-0] Starting: Aspect - Diagram.test (1 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:19:34.849
[INFO] !MESSAGE Pass 1 (10) processed. 0 failed. spent: 0:37, 1:38 mins remaining. Aspect - Data. time: 36685ms 
[INFO] Pass 1 (10) processed. 0 failed. spent: 0:37, 1:38 mins remaining. Aspect - Data. time: 36685ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:20:11.080
[INFO] !MESSAGE [AUT-0] Finished: Aspect - Diagram.test in 35219 (1 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:20:11.083
[INFO] !MESSAGE [AUT-0] Starting: Aspect - Releng.test (2 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:20:11.115
[INFO] !MESSAGE Pass 2 (10) processed. 0 failed. spent: 1:14, 2:09 mins remaining. Aspect - Diagram. time: 35219ms 
[INFO] Pass 2 (10) processed. 0 failed. spent: 1:14, 2:09 mins remaining. Aspect - Diagram. time: 35219ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:20:34.775
[INFO] !MESSAGE [AUT-0] Finished: Aspect - Releng.test in 23196 (2 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:20:34.777
[INFO] !MESSAGE [AUT-0] Starting: Aspect - Service.test (3 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:20:34.842
[INFO] !MESSAGE Pass 3 (10) processed. 0 failed. spent: 1:37, 1:56 mins remaining. Aspect - Releng. time: 23196ms 
[INFO] Pass 3 (10) processed. 0 failed. spent: 1:37, 1:56 mins remaining. Aspect - Releng. time: 23196ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:21:01.435
[INFO] !MESSAGE [AUT-0] Finished: Aspect - Service.test in 25899 (3 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:21:01.437
[INFO] !MESSAGE [AUT-0] Starting: Aspect - UI.test (4 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:21:01.470
[INFO] !MESSAGE Pass 4 (10) processed. 0 failed. spent: 2:04, 1:43 mins remaining. Aspect - Service. time: 25899ms 
[INFO] Pass 4 (10) processed. 0 failed. spent: 2:04, 1:43 mins remaining. Aspect - Service. time: 25899ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:21:27.629
[INFO] !MESSAGE [AUT-0] Finished: Aspect - UI.test in 25624 (4 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:21:27.631
[INFO] !MESSAGE [AUT-0] Starting: Bug - vpui-1275.test (5 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:21:27.700
[INFO] !MESSAGE Pass 5 (10) processed. 0 failed. spent: 2:30, 1:25 mins remaining. Aspect - UI. time: 25624ms 
[INFO] Pass 5 (10) processed. 0 failed. spent: 2:30, 1:25 mins remaining. Aspect - UI. time: 25624ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:22:26.367
[INFO] !MESSAGE [AUT-0] Finished: Bug - vpui-1275.test in 57861 (5 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:22:26.400
[INFO] !MESSAGE Pass 6 (10) processed. 0 failed. spent: 3:29, 1:59 mins remaining. Bug - vpui-1275. time: 57861ms 
[INFO] Pass 6 (10) processed. 0 failed. spent: 3:29, 1:59 mins remaining. Bug - vpui-1275. time: 57861ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:22:26.449
[INFO] !MESSAGE [AUT-0] Starting: New Project creation.test (6 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:22:30.548
[INFO] !MESSAGE [AUT-0] Finished: New Project creation.test in 3714, Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@1f9bb901 (host: null) (6 from 10)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:22:30.548
[INFO] !MESSAGE AUT is not active, restarting..
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:22:30.550
[INFO] !MESSAGE AUT-0:Restarting  (restartId=1)
[INFO] AUT-0:Restarting (restartId=1)
[INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio
[INFO] AUT-0:Application: org.polarsys.capella.studio.product.application
[INFO] AUT-0:Architecture: x86_64
[INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:22:30.616
[INFO] !MESSAGE Fail 7 (10) processed. 1 failed. spent: 3:33, 1:19 mins remaining. New Project creation. time: 3714ms  Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@1f9bb901 (host: null)
[INFO] Fail 7 (10) processed. 1 failed. spent: 3:33, 1:19 mins remaining. New Project creation. time: 3714ms  Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@1f9bb901 (host: null)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:22:35.822
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:22:35.825
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:22:35.825
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:22:59.146
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=70c922b0-1dcb-4793-bc0e-586a0977c768, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17
[INFO] -Dosgi.dataAreaRequiresExplicitInit=true
[INFO] -Xms512m
[INFO] -Xmx2048m
[INFO] -Dq7id=70c922b0-1dcb-4793-bc0e-586a0977c768
[INFO] -Dq7EclPort=4001
[INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar
[INFO] --add-opens
[INFO] java.base/java.lang=ALL-UNNAMED
[INFO] --add-modules=ALL-SYSTEM
[INFO] ]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:22:59.199
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 4 0 2024-04-24 09:23:24.217
[INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_1 cause Process was terminated while waiting for AUT startup data
[INFO] !STACK 1
[INFO] org.eclipse.core.runtime.CoreException: Process was terminated while waiting for AUT startup data
[INFO] 	at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.doWait(Q7ExtLaunchMonitor.java:138)
[INFO] 	at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.wait(Q7ExtLaunchMonitor.java:93)
[INFO] 	at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.launch(Q7ExternalLaunchDelegate.java:128)
[INFO] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:806)
[INFO] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717)
[INFO] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:712)
[INFO] 	at org.eclipse.rcptt.internal.launching.ext.ExternalLaunchExecutor.launch(ExternalLaunchExecutor.java:30)
[INFO] 	at org.eclipse.rcptt.internal.launching.aut.BaseAut.launch(BaseAut.java:47)
[INFO] 	at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:417)
[INFO] 	at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:471)
[INFO] 	at org.eclipse.rcptt.runner.util.AutThread.checkAut(AutThread.java:109)
[INFO] 	at org.eclipse.rcptt.runner.util.AutThread.run(AutThread.java:135)
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-24 09:23:24.218
[INFO] !MESSAGE Process was terminated while waiting for AUT startup data
[INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data
[INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-0_console.log'
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:23:24.219
[INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data
[ERROR] Exception in thread "AUT-Worker-0" java.lang.RuntimeException: AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:436)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:471)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.checkAut(AutThread.java:109)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.run(AutThread.java:135)
[ERROR] Caused by: org.eclipse.core.runtime.CoreException: Process was terminated while waiting for AUT startup data
[ERROR] 	at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.doWait(Q7ExtLaunchMonitor.java:138)
[ERROR] 	at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.wait(Q7ExtLaunchMonitor.java:93)
[ERROR] 	at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.launch(Q7ExternalLaunchDelegate.java:128)
[ERROR] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:806)
[ERROR] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717)
[ERROR] 	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:712)
[ERROR] 	at org.eclipse.rcptt.internal.launching.ext.ExternalLaunchExecutor.launch(ExternalLaunchExecutor.java:30)
[ERROR] 	at org.eclipse.rcptt.internal.launching.aut.BaseAut.launch(BaseAut.java:47)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:417)
[ERROR] 	... 3 more
[INFO] Skip remaining: AUT is not available
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:23:24.235
[INFO] !MESSAGE Skip remaining: AUT is not available
[INFO] Failed Tests:
[INFO] New Project creation
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:23:24.238
[INFO] !MESSAGE Shut down AUTs: executed
[INFO] Process terminated. Shut down AUTs
[INFO] 
[INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 09:23:26.556
[INFO] !MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] Runner exit code is: 56
[ERROR] There are test failures
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests-7.0.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/org.polarsys.capella-capellastudio.vpdsl.qualityassessment.tests-7.0.0-SNAPSHOT-result.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ capellastudio.vpdsl.qualityassessment.tests ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.reverse.tests >--
[INFO] Building capellastudio.vpdsl.qualityassessment.reverse.tests 7.0.0-SNAPSHOT [6/8]
[INFO]   from vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] Sys arch is amd64
[INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default
[INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ...
[INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9695'
[INFO] The execution timeout is set to 3600 seconds
[INFO] !SESSION 2024-04-24 09:23:37.979 -----------------------------------------------
[INFO] eclipse.buildId=unknown
[INFO] java.version=17.0.2
[INFO] java.vendor=Oracle Corporation
[INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
[INFO] Framework arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9695
[INFO] Command-line arguments:  -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9695
[INFO] 
[INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-24 09:23:39.840
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68]
[INFO]   Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2024-04-24 09:23:39.842
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)"
[INFO]     -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.400.v20221006-1531"; version="1.2.0"
[INFO]        org.eclipse.equinox.http.servlet [89]
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]            -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-24 09:23:39.842
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89]
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)"
[INFO]     -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-24 09:23:39.843
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90]
[INFO]   Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]     -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]        org.eclipse.osgi.services [151]
[INFO]          Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2024-04-24 09:23:39.843
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91]
[INFO]   Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper
[INFO]     -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0"
[INFO]        org.eclipse.equinox.jsp.jasper [90]
[INFO]          Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0"
[INFO]            -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http"
[INFO]               org.eclipse.osgi.services [151]
[INFO]                 Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2024-04-24 09:23:39.853
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.junit 4 0 2024-04-24 09:23:39.855
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 09:23:39.857
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140]
[INFO]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2024-04-24 09:23:39.858
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.pde.runtime 4 0 2024-04-24 09:23:39.860
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.202.0,4.0.0)"
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2024-04-24 09:23:39.861
[INFO] !MESSAGE FrameworkEvent ERROR
[INFO] !STACK 0
[INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175]
[INFO]   Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding
[INFO] 
[INFO] 	at org.eclipse.osgi.container.Module.start(Module.java:463)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
[INFO] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672)
[INFO] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
[INFO] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
[INFO] Started at Wed Apr 24 09:23:40 UTC 2024
[INFO] RCPTT Runner version: 2.5.5
[INFO] Invalid project location in '-import' arg: ../capellastudio.vpdsl.qualityassessment.tests
[INFO] Initializing target platform...
[INFO] Begin task: Resolving null
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.587
[INFO] !MESSAGE Detected potential problems in target platform No Name
[INFO] 	Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut Default Configuration
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins
[INFO] 	Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins
[INFO] Env: null/null/null/null
[INFO] JRE: null
[INFO] Args: null/null
[INFO] Implicit: null
[INFO] Handle: 1713950620679.target
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.587
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.587
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.588
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.589
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.590
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.591
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.592
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.592
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.592
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar
[INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 09:23:46.592
[INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:46.724
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:46.727
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] Begin task: Apply injection plugins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:54.884
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:54.885
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:54.925
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:54.926
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Downloading org.antlr.runtime
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.615
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.620
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.aspectj.runtime
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.817
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.841
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.849
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.849
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.850
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.850
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:55.859
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341.
[INFO] progress: Downloading org.eclipse.emf.transaction.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:55.870
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.870
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.871
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.915
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.924
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.924
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.924
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.934
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.934
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:55.934
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.016
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.016
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.020
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.064
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.064
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.064
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.115
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.115
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: Downloading org.eclipse.emf.validation.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.129
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.129
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.129
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:56.137
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.140
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.145
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.145
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.215
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.216
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.219
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.query
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.227
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.228
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.228
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.228
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.transaction
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.267
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.267
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.267
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:56.267
[INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400.
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: Downloading org.eclipse.emf.validation
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.325
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.325
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:56.325
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.325
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.329
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.342
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.342
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.342
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.349
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.352
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.422
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.422
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.424
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.429
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.429
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.434
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.validation.ui.ide
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.443
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.443
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.443
[INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.517
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 09:23:56.517
[INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.518
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.687
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.692
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.727
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.733
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.747
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.752
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.dom4j
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.755
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.755
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.755
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.755
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Downloading org.apache.poi
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:56.828
[INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB)
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.821
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.822
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.862
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.866
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.890
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.894
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:57.915
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.028
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.029
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.036
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.039
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.042
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B)
[INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB)
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.097
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] 
[INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 09:23:58.100
[INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.eclipse.rcptt.testrail
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.group
[INFO] progress: Installing MO.rcptt
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui
[INFO] progress: Installing org.eclipse.rcptt.zephyr.ui
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group
[INFO] progress: Installing org.eclipse.emf.transaction
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.emf.transaction.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.reporting.html
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.emf.validation
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.rcptt.ui.report
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.emf.validation.ui.ide
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.emf.validation.feature.jar
[INFO] progress: Installing org.eclipse.emf.transaction.ui
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting.util
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.eclipse.rcptt.zephyr
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.eclipse.rcptt.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner
[INFO] progress: Installing org.eclipse.emf.validation.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.rcptt.testrail.ui
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui
[INFO] progress: Installing org.eclipse.rcptt.ui.activities
[INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.tesla.chart
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.eclipse.rcptt.launching.configuration
[INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x
[INFO] progress: Installing org.eclipse.emf.validation_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.launching
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.remote
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.eclipse.rcptt.launching.p2utils
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap
[INFO] progress: Installing org.eclipse.rcptt.updates.kepler
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.eclipse.rcptt.search
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.updates.extra
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.eclipse.emf.transaction_root
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.extensions
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui
[INFO] progress: Installing org.eclipse.emf.transaction.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.query_root
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui
[INFO] progress: Installing org.eclipse.emf.query.feature.group
[INFO] progress: Installing org.eclipse.rcptt.launching.rap
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.common
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.builder
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.platform
[INFO] progress: Installing org.eclipse.rcptt.core.search
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.launching.ext
[INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group
[INFO] progress: Installing MO.Default
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.eclipse.emf.query.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.eclipse.rcptt.launching.injection
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.expandbar.ide
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf.query
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.eclipse.rcptt.testing.ecl
[INFO] progress: Installing org.eclipse.emf.validation.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.rcptt.ui
[INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Downloading org.eclipse.emf.transaction_root
[INFO] progress: Downloading org.eclipse.emf.validation_root
[INFO] progress: Downloading org.eclipse.emf.query_root
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests... OK
[INFO] Refreshing projects:
[INFO]     capellastudio.vpdsl.qualityassessment.reverse.tests... OK
[INFO] Searching for tests in projects:
[INFO]     capellastudio.vpdsl.qualityassessment.reverse.tests... 
[INFO] Complete OK
[INFO] Testcase Artifacts:1
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:24:03.503
[INFO] !MESSAGE AUT-0:Launching
[INFO] AUT-0:Launching
[INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio
[INFO] AUT-0:Application: org.polarsys.capella.studio.product.application
[INFO] AUT-0:Architecture: x86_64
[INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:24:07.754
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:24:07.761
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:24:07.761
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:24:30.283
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=43f7a2ca-5659-4dc2-af5c-b043b5acfd99, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17
[INFO] -Dosgi.dataAreaRequiresExplicitInit=true
[INFO] -Xms512m
[INFO] -Xmx2048m
[INFO] -Dq7id=43f7a2ca-5659-4dc2-af5c-b043b5acfd99
[INFO] -Dq7EclPort=4001
[INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar
[INFO] --add-opens
[INFO] java.base/java.lang=ALL-UNNAMED
[INFO] --add-modules=ALL-SYSTEM
[INFO] ]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 09:24:30.348
[INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8]
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 09:25:12.874
[INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:25:13.083
[INFO] !MESSAGE [AUT-0] Starting: Reverse from Ecore.test (0 from 1)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:25:47.787
[INFO] !MESSAGE [AUT-0] Finished: Reverse from Ecore.test in 33809 (0 from 1)
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 09:25:47.853
[INFO] !MESSAGE Pass 1 (1) processed. 0 failed. spent: 0:34, 0:00 mins remaining. Reverse from Ecore. time: 33809ms 
[INFO] Pass 1 (1) processed. 0 failed. spent: 0:34, 0:00 mins remaining. Reverse from Ecore. time: 33809ms 
[INFO] 
[INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 09:25:47.853
[INFO] !MESSAGE Shut down AUTs: executed
[INFO] Process terminated. Shut down AUTs
[INFO] Finished at Wed Apr 24 09:25:48 UTC 2024
[INFO] 
[INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 09:25:49.108
[INFO] !MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] Runner exit code is: 0
[INFO] 
[INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests-7.0.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/org.polarsys.capella-capellastudio.vpdsl.qualityassessment.reverse.tests-7.0.0-SNAPSHOT-result.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests.rcptt >--
[INFO] Building Capella Studio  RCPTT tests Aggregator Module 7.0.0-SNAPSHOT [7/8]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >--
[INFO] Building Capella Studio Root 7.0.0-SNAPSHOT                        [8/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.root ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT:
[INFO] 
[INFO] Capella Studio ..................................... SUCCESS [  1.799 s]
[INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [04:57 min]
[INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [02:57 min]
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 40.605 s]
[INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [06:16 min]
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests  SUCCESS [02:21 min]
[INFO] Capella Studio  RCPTT tests Aggregator Module ...... SUCCESS [  0.005 s]
[INFO] Capella Studio Root ................................ SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17:20 min
[INFO] Finished at: 2024-04-24T09:25:50Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Taking screenshot.
[Capella-studio_master] $ echo $XAUTHORITY
/home/jenkins/agent/workspace/Capella-studio_master/.Xauthority-17097346209727878503
[Capella-studio_master] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1001800000 0 Apr 24 09:08 /home/jenkins/agent/workspace/Capella-studio_master/.Xauthority-17097346209727878503
[Capella-studio_master] $ import -window root -display :29 screenshot.jpg
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run JUnit Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
[Capella-studio_master] $ Xvnc -help
Starting xvnc
[Capella-studio_master] $ Xvnc :90 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed Apr 24 09:26:10 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5990
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent verify -P full -P product -P test -e
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@552b15f6...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
[INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/plugins/ (158.52kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Studio                                                     [pom]
[INFO] org.polarsys.capella.studio.releng.targets   [eclipse-target-definition]
[INFO] org.polarsys.capella.extension.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools                    [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools.ui                 [eclipse-plugin]
[INFO] org.polarsys.capella.studio.product                     [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui     [eclipse-plugin]
[INFO] org.polarsys.capella.ta                                 [eclipse-plugin]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension         [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.definition                  [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.ext                         [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio                [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta                          [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.studio.doc                         [eclipse-plugin]
[INFO] org.polarsys.capella.extension.sdk.feature             [eclipse-feature]
[INFO] org.polarsys.capella.studio.doc.feature                [eclipse-feature]
[INFO] org.polarsys.capella.studio.product.feature            [eclipse-feature]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature          [eclipse-feature]
[INFO] org.polarsys.capella.cdo.ta.definition.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature      [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.capella.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature    [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.updatesite       [eclipse-repository]
[INFO] Capella Sudio Aggregator Module                                    [pom]
[INFO] Capella studio Product                              [eclipse-repository]
[INFO] org.polarsys.capella.studio.test                        [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests        [eclipse-test-plugin]
[INFO] org.polarsys.capella.studio.test.feature               [eclipse-feature]
[INFO] Capella Sudio tests Aggregator Module                              [pom]
[INFO] Capella Studio Root                                                [pom]
[INFO] 
[INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >----------
[INFO] Building Capella Studio 7.0.0-SNAPSHOT                            [1/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >---
[INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.targets ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets ---
[WARNING] p2 repository with URL https://download.eclipse.org/releases/2023-03 is associated with multiple IDs; was 'Eclipse-2023-03', now is 'targetplatform-tp'
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B)
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>>  Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.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/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 content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.97kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB)
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B)
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B)
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB)
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B)
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB)
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB)
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB)
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
The target platform definition file has been successfully generated.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.targets ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >--
[INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/36]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain.model...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >----
[INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT   [4/36]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain ---
[WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >--
[INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/36]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Resolving class path of org.polarsys.capella.extension.genchain.model.edit...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model.edit ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------
[INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT      [6/36]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools ---
[INFO] Resolving class path of org.polarsys.capella.extension.tools...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >----
[INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT   [7/36]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Resolving class path of org.polarsys.capella.extension.tools.ui...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools.ui ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------
[INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT       [8/36]
[INFO]   from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.product ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product ---
[INFO] Resolving class path of org.polarsys.capella.studio.product...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.product ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.product ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.product ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.product ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >--
[INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Resolving class path of org.polarsys.capella.ad.viewpoint.dsl.generation.ui...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------
[INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT                  [10/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta ---
[INFO] Resolving class path of org.polarsys.capella.ta...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Resolving class path of org.polarsys.capella.ta.viewpoint.dsl.extension...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >-----
[INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT   [12/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Resolving class path of org.polarsys.capella.cdo.ta.definition...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >--------
[INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT          [13/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Resolving class path of org.polarsys.capella.cdo.ta.ext...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.ext ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >----
[INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.portfolio...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >----
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT  [16/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >---------
[INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT           [17/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/36]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model.edit...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >--------
[INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT          [19/36]
[INFO]   from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.doc ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.doc ---
[INFO] Resolving class path of org.polarsys.capella.studio.doc...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.doc ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >---
[INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/36]
[INFO]   from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.sdk.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >----
[INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT  [21/36]
[INFO]   from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.doc.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >--
[INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/36]
[INFO]   from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.product.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/36]
[INFO]   from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/36]
[INFO]   from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/36]
[INFO]   from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >--
[INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/36]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >--
[INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/36]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >--
[INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/36]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >--
[INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404240926.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.updatesite ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >--
[INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT          [30/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >---
[INFO] Building Capella studio Product 7.0.0-SNAPSHOT                   [31/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.product ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product ---
[INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.product ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.polarsys.capella.studio.releng.product ---
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240926.
Operation completed in 62553 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240926.
Operation completed in 57383 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240926.
Operation completed in 57587 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240926.
Operation completed in 58027 ms.
[INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app
Installing org.polarsys.capella.studio.releng.product 7.0.0.202404240926.
Operation completed in 57564 ms.
[INFO] 
[INFO] --- antrun:1.7:run (create-dropin-folders) @ org.polarsys.capella.studio.releng.product ---
[INFO] Executing tasks

main:
     [echo] Create dropin folders in porducts
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app/Contents/Eclipse/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app/Contents/Eclipse/dropins/.empty
    [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240926-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240926-linux.gtk.aarch64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240926-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240926-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404240926-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >--------
[INFO] Building org.polarsys.capella.studio.test 7.0.0-SNAPSHOT         [32/36]
[INFO]   from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.test ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.test ---
[INFO] Resolving class path of org.polarsys.capella.studio.test...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.test ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.test ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.test ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.test ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.test ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >--
[INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [33/36]
[INFO]   from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Resolving class path of org.polarsys.capella.ad.viewpoint.dsl.tests...
[INFO] 
[INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Publishing 2 bundles to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime12570175530855254813.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -metadataRepository, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -compress, -publishArtifacts, -source, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles, -timeout, 300000]
Generating metadata for ..
Generation completed with success [0 seconds].
[INFO] Installing IUs [org.polarsys.capella.ad.viewpoint.dsl.tests, org.eclipse.tycho.surefire.osgibooter, org.eclipse.tycho.surefire.junit4] to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64
Installing org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0.202404240926.
Installing org.eclipse.tycho.surefire.osgibooter 2.7.5.
Installing org.eclipse.tycho.surefire.junit4 2.7.5.
Operation completed in 8743 ms.
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire.properties, -testApplication, org.polarsys.capella.studio.product.application, -product, org.polarsys.capella.studio.product.CapellaStudio]
Launching application org.polarsys.capella.studio.product.application...
Running org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests
checkCapellaTAExistence(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests)  Time elapsed: 0.017 s
testGetGenerationExtensionHelpers(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests)  Time elapsed: 0.004 s
testGetBasicSemanticElement(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests)  Time elapsed: 0 s

Results:

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0


(Capella Studio Product:8963): Gdk-CRITICAL **: 09:42:50.984: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
[INFO] All tests passed!
[INFO] 
[INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >----
[INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [34/36]
[INFO]   from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.test.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.test.feature ---
[INFO] The project's OSGi version is 7.0.0.202404240926
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test.feature ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.test.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.test.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test.feature ---
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >--
[INFO] Building Capella Sudio tests Aggregator Module 7.0.0-SNAPSHOT    [35/36]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >--
[INFO] Building Capella Studio Root 7.0.0-SNAPSHOT                      [36/36]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.root ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT:
[INFO] 
[INFO] Capella Studio ..................................... SUCCESS [  0.132 s]
[INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 12.634 s]
[INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [  1.527 s]
[INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [  0.988 s]
[INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [  0.440 s]
[INFO] org.polarsys.capella.extension.tools ............... SUCCESS [  2.388 s]
[INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [  2.273 s]
[INFO] org.polarsys.capella.studio.product ................ SUCCESS [  0.880 s]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui  SUCCESS [  0.623 s]
[INFO] org.polarsys.capella.ta ............................ SUCCESS [  0.932 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [  0.194 s]
[INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [  1.218 s]
[INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [  0.580 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [  0.311 s]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [  0.350 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [  0.404 s]
[INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [  1.120 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [  0.327 s]
[INFO] org.polarsys.capella.studio.doc .................... SUCCESS [  0.067 s]
[INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [  0.558 s]
[INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [  0.077 s]
[INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [  0.339 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [  0.382 s]
[INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [  0.484 s]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [  0.503 s]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [  0.299 s]
[INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [  0.510 s]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature  SUCCESS [  0.094 s]
[INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [  5.202 s]
[INFO] Capella Sudio Aggregator Module .................... SUCCESS [  0.002 s]
[INFO] Capella studio Product ............................. SUCCESS [13:07 min]
[INFO] org.polarsys.capella.studio.test ................... SUCCESS [  4.319 s]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [01:15 min]
[INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [  0.357 s]
[INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [  0.002 s]
[INFO] Capella Studio Root ................................ SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:38 min
[INFO] Finished at: 2024-04-24T09:42:53Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish tests results)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] sh
+ mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report -P full -P test -P rcptt -e -f pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@3b1895e...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Studio                                                     [pom]
[INFO] org.polarsys.capella.studio.releng.targets   [eclipse-target-definition]
[INFO] org.polarsys.capella.extension.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools                    [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools.ui                 [eclipse-plugin]
[INFO] org.polarsys.capella.studio.product                     [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui     [eclipse-plugin]
[INFO] org.polarsys.capella.ta                                 [eclipse-plugin]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension         [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.definition                  [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.ext                         [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio                [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta                          [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.studio.doc                         [eclipse-plugin]
[INFO] org.polarsys.capella.extension.sdk.feature             [eclipse-feature]
[INFO] org.polarsys.capella.studio.doc.feature                [eclipse-feature]
[INFO] org.polarsys.capella.studio.product.feature            [eclipse-feature]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature          [eclipse-feature]
[INFO] org.polarsys.capella.cdo.ta.definition.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature      [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.capella.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature    [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.updatesite       [eclipse-repository]
[INFO] Capella Sudio Aggregator Module                                    [pom]
[INFO] org.polarsys.capella.studio.test                        [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests        [eclipse-test-plugin]
[INFO] org.polarsys.capella.studio.test.feature               [eclipse-feature]
[INFO] Capella Sudio tests Aggregator Module                              [pom]
[INFO] org.polarsys.capella.extension.rcptt                         [rcpttTest]
[INFO] org.polarsys.capella.gen.doc.tests                           [rcpttTest]
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt               [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.tests                  [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests          [rcpttTest]
[INFO] Capella Studio  RCPTT tests Aggregator Module                      [pom]
[INFO] Capella Studio Root                                                [pom]
[INFO] 
[INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >----------
[INFO] Building Capella Studio 7.0.0-SNAPSHOT                            [1/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >---
[INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.targets ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >--
[INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/41]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model' with 10 classes
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >----
[INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT   [4/41]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain' with 6 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >--
[INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/41]
[INFO]   from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model.edit ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model.edit' with 5 classes
[INFO] 
[INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------
[INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT      [6/41]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.extension.tools' with 19 classes
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >----
[INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT   [7/41]
[INFO]   from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools.ui ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.extension.tools.ui' with 15 classes
[INFO] 
[INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------
[INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT       [8/41]
[INFO]   from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.product ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.studio.product' with 6 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >--
[INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' with 41 classes
[INFO] 
[INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------
[INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT                  [10/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.ta' with 2 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.ta.viewpoint.dsl.extension' with 1 classes
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >-----
[INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT   [12/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.definition ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.definition' with 2 classes
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >--------
[INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT          [13/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.ext ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.ext' with 2 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model' with 9 classes
[INFO] 
[INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >----
[INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.portfolio' with 5 classes
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >----
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT  [16/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain' with 2 classes
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >---------
[INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT           [17/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta' with 3 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >--
[INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/41]
[INFO]   from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' with 6 classes
[INFO] 
[INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >--------
[INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT          [19/41]
[INFO]   from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.doc ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >---
[INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/41]
[INFO]   from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.sdk.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >----
[INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT  [21/41]
[INFO]   from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.doc.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >--
[INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/41]
[INFO]   from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.product.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >--
[INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/41]
[INFO]   from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/41]
[INFO]   from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >--
[INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/41]
[INFO]   from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >--
[INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/41]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >--
[INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/41]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.capella.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >--
[INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/41]
[INFO]   from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >--
[INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.updatesite ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >--
[INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT          [30/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >--------
[INFO] Building org.polarsys.capella.studio.test 7.0.0-SNAPSHOT         [31/41]
[INFO]   from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.test ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.studio.test' with 7 classes
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >--
[INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [32/41]
[INFO]   from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec
[INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.tests' with 3 classes
[INFO] 
[INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >----
[INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [33/41]
[INFO]   from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.test.feature ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >--
[INFO] Building Capella Sudio tests Aggregator Module 7.0.0-SNAPSHOT    [34/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------
[INFO] Building org.polarsys.capella.extension.rcptt 7.0.0-SNAPSHOT     [35/41]
[INFO]   from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.rcptt ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] ------< org.polarsys.capella:org.polarsys.capella.gen.doc.tests >-------
[INFO] Building org.polarsys.capella.gen.doc.tests 7.0.0-SNAPSHOT       [36/41]
[INFO]   from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.gen.doc.tests ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.ad.viewpoint.rcptt >--
[INFO] Building org.polarsys.capella.studio.ad.viewpoint.rcptt 7.0.0-SNAPSHOT [37/41]
[INFO]   from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.ad.viewpoint.rcptt ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.tests >--
[INFO] Building capellastudio.vpdsl.qualityassessment.tests 7.0.0-SNAPSHOT [38/41]
[INFO]   from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ capellastudio.vpdsl.qualityassessment.tests ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.reverse.tests >--
[INFO] Building capellastudio.vpdsl.qualityassessment.reverse.tests 7.0.0-SNAPSHOT [39/41]
[INFO]   from vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/pom.xml
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ capellastudio.vpdsl.qualityassessment.reverse.tests ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests.rcptt >--
[INFO] Building Capella Studio  RCPTT tests Aggregator Module 7.0.0-SNAPSHOT [40/41]
[INFO]   from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] 
[INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >--
[INFO] Building Capella Studio Root 7.0.0-SNAPSHOT                      [41/41]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.root ---
[INFO] Skipping JaCoCo execution due to missing classes directory.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT:
[INFO] 
[INFO] Capella Studio ..................................... SUCCESS [  0.544 s]
[INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [  0.287 s]
[INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [  0.196 s]
[INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [  0.118 s]
[INFO] org.polarsys.capella.extension.tools ............... SUCCESS [  0.223 s]
[INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [  0.131 s]
[INFO] org.polarsys.capella.studio.product ................ SUCCESS [  0.117 s]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui  SUCCESS [  0.232 s]
[INFO] org.polarsys.capella.ta ............................ SUCCESS [  0.102 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [  0.090 s]
[INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [  0.110 s]
[INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [  0.097 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [  0.093 s]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [  0.106 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [  0.081 s]
[INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [  0.081 s]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [  0.104 s]
[INFO] org.polarsys.capella.studio.doc .................... SUCCESS [  0.003 s]
[INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature  SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [  0.001 s]
[INFO] Capella Sudio Aggregator Module .................... SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.test ................... SUCCESS [  0.096 s]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [  0.086 s]
[INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [  0.002 s]
[INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [  0.208 s]
[INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [  0.001 s]
[INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [  0.001 s]
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests  SUCCESS [  0.001 s]
[INFO] Capella Studio  RCPTT tests Aggregator Module ...... SUCCESS [  0.001 s]
[INFO] Capella Studio Root ................................ SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:32 min
[INFO] Finished at: 2024-04-24T09:44:49Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Perform Sonar analysis)
[Pipeline] withCredentials
Masking supported pattern matches of $SONARCLOUD_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ mvn sonar:sonar -Dsonar.projectKey=eclipse-capella_capella-studio -Dsonar.organization=eclipse-capella -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true '-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml' -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco '-Dsonar.exclusions=**/generated/**/*.java,**/src-gen/**/*.java' -Dsonar.branch.name=master -P full -P test -P rcptt -e -f pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@66e434e8...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Studio                                                     [pom]
[INFO] org.polarsys.capella.studio.releng.targets   [eclipse-target-definition]
[INFO] org.polarsys.capella.extension.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.extension.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools                    [eclipse-plugin]
[INFO] org.polarsys.capella.extension.tools.ui                 [eclipse-plugin]
[INFO] org.polarsys.capella.studio.product                     [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui     [eclipse-plugin]
[INFO] org.polarsys.capella.ta                                 [eclipse-plugin]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension         [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.definition                  [eclipse-plugin]
[INFO] org.polarsys.capella.cdo.ta.ext                         [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model           [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.portfolio                [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain                 [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta                          [eclipse-plugin]
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit      [eclipse-plugin]
[INFO] org.polarsys.capella.studio.doc                         [eclipse-plugin]
[INFO] org.polarsys.capella.extension.sdk.feature             [eclipse-feature]
[INFO] org.polarsys.capella.studio.doc.feature                [eclipse-feature]
[INFO] org.polarsys.capella.studio.product.feature            [eclipse-feature]
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature          [eclipse-feature]
[INFO] org.polarsys.capella.cdo.ta.definition.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature      [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.eclipse.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.capella.feature     [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature    [eclipse-feature]
[INFO] org.polarsys.capella.studio.releng.updatesite       [eclipse-repository]
[INFO] Capella Sudio Aggregator Module                                    [pom]
[INFO] org.polarsys.capella.studio.test                        [eclipse-plugin]
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests        [eclipse-test-plugin]
[INFO] org.polarsys.capella.studio.test.feature               [eclipse-feature]
[INFO] Capella Sudio tests Aggregator Module                              [pom]
[INFO] org.polarsys.capella.extension.rcptt                         [rcpttTest]
[INFO] org.polarsys.capella.gen.doc.tests                           [rcpttTest]
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt               [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.tests                  [rcpttTest]
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests          [rcpttTest]
[INFO] Capella Studio  RCPTT tests Aggregator Module                      [pom]
[INFO] Capella Studio Root                                                [pom]
[WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): Could not find artifact org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 in rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/)
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.11.0.3922 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.11.0.3922: SonarQube plugin was moved to SonarSource organisation
[INFO] 
[INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >--
[INFO] Building Capella Studio Root 7.0.0-SNAPSHOT                       [1/41]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 was not found in https://repo.eclipse.org/content/repositories/rcptt-releases/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of rcptt-releases has elapsed or updates are forced
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.capella:org.polarsys.capella.studio.test:jar:7.0.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- sonar:3.11.0.3922:sonar (default-cli) @ org.polarsys.capella.studio.releng.root ---
[WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 09:46:46.162 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 09:46:46.163 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 09:46:46.163 MAVEN_OPTS= -Xmx3g
[INFO] 09:46:46.201 User cache: /home/jenkins/.sonar/cache
[INFO] 09:46:48.203 Communicating with SonarCloud
[INFO] 09:46:48.379 Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
[INFO] 09:46:48.775 Load global settings
[INFO] 09:46:49.210 Load global settings (done) | time=437ms
[INFO] 09:46:49.213 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 09:46:49.220 User cache: /home/jenkins/.sonar/cache
[INFO] 09:46:49.225 Loading required plugins
[INFO] 09:46:49.225 Load plugins index
[INFO] 09:46:49.605 Load plugins index (done) | time=380ms
[INFO] 09:46:49.606 Load/download plugins
[INFO] 09:46:50.296 Load/download plugins (done) | time=690ms
[INFO] 09:46:50.859 Found an active CI vendor: 'Jenkins'
[INFO] 09:46:50.867 Load project settings for component key: 'eclipse-capella_capella-studio'
[INFO] 09:46:51.499 Load project settings for component key: 'eclipse-capella_capella-studio' (done) | time=632ms
[INFO] 09:46:51.503 Process project properties
[INFO] 09:46:51.539 Project key: eclipse-capella_capella-studio
[INFO] 09:46:51.540 Base dir: /home/jenkins/agent/workspace/Capella-studio_master
[INFO] 09:46:51.540 Working dir: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar
[INFO] 09:46:51.551 Load project branches
[INFO] 09:46:51.941 Load project branches (done) | time=390ms
[INFO] 09:46:51.945 Check ALM binding of project 'eclipse-capella_capella-studio'
[INFO] 09:46:52.295 Detected project binding: BOUND
[INFO] 09:46:52.295 Check ALM binding of project 'eclipse-capella_capella-studio' (done) | time=350ms
[INFO] 09:46:52.297 Load project pull requests
[INFO] 09:46:52.675 Load project pull requests (done) | time=378ms
[INFO] 09:46:52.678 Load branch configuration
[INFO] 09:46:52.679 Load branch configuration (done) | time=2ms
[INFO] 09:46:52.686 Load quality profiles
[INFO] 09:46:53.135 Load quality profiles (done) | time=449ms
[INFO] 09:46:53.141 Load active rules
[INFO] 09:47:05.371 Load active rules (done) | time=12230ms
[INFO] 09:47:05.783 Organization key: eclipse-capella
[INFO] 09:47:05.786 Branch name: master, type: long-lived
[WARNING] 09:47:05.788 The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
[INFO] 09:47:05.804 Preprocessing files...
[INFO] 09:47:06.174 2 languages detected in 85 preprocessed files
[INFO] 09:47:06.174 1 file ignored because of inclusion/exclusion patterns
[INFO] 09:47:06.175 25 files ignored because of scm ignore settings
[INFO] 09:47:06.182 Loading plugins for detected languages
[INFO] 09:47:06.182 Load/download plugins
[INFO] 09:47:06.582 Load/download plugins (done) | time=400ms
[INFO] 09:47:06.831 Load project repositories
[INFO] 09:47:07.221 Load project repositories (done) | time=390ms
[INFO] 09:47:07.224 Indexing files...
[INFO] 09:47:07.225 Project configuration:
[INFO] 09:47:07.225   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.225   Included tests: **/tests/*
[INFO] 09:47:07.227 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui'
[INFO] 09:47:07.227   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui
[INFO] 09:47:07.228   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.228   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.228   Included tests: **/tests/*
[INFO] 09:47:07.235 Indexing files of module 'org.polarsys.capella.cdo.ta.definition'
[INFO] 09:47:07.235   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition
[INFO] 09:47:07.235   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.235   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.235   Included tests: **/tests/*
[INFO] 09:47:07.236 Indexing files of module 'org.polarsys.capella.cdo.ta.definition.feature'
[INFO] 09:47:07.236   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature
[INFO] 09:47:07.236   Source paths: .polyglot.build.properties
[INFO] 09:47:07.236   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.236   Included tests: **/tests/*
[INFO] 09:47:07.237 Indexing files of module 'org.polarsys.capella.cdo.ta.ext'
[INFO] 09:47:07.237   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext
[INFO] 09:47:07.237   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.237   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.237   Included tests: **/tests/*
[INFO] 09:47:07.238 Indexing files of module 'org.polarsys.capella.cdoxml.ta'
[INFO] 09:47:07.238   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta
[INFO] 09:47:07.238   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.238   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.238   Included tests: **/tests/*
[INFO] 09:47:07.239 Indexing files of module 'org.polarsys.capella.cdoxml.ta.definition.feature'
[INFO] 09:47:07.239   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature
[INFO] 09:47:07.239   Source paths: .polyglot.build.properties
[INFO] 09:47:07.239   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.239   Included tests: **/tests/*
[INFO] 09:47:07.240 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain'
[INFO] 09:47:07.240   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain
[INFO] 09:47:07.240   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.240   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.240   Included tests: **/tests/*
[INFO] 09:47:07.241 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model'
[INFO] 09:47:07.241   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model
[INFO] 09:47:07.241   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.241   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.241   Included tests: **/tests/*
[INFO] 09:47:07.242 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model.edit'
[INFO] 09:47:07.242   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit
[INFO] 09:47:07.242   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.242   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.242   Included tests: **/tests/*
[INFO] 09:47:07.243 Indexing files of module 'org.polarsys.capella.cdoxml.ta.portfolio'
[INFO] 09:47:07.243   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio
[INFO] 09:47:07.243   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.243   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.243   Included tests: **/tests/*
[INFO] 09:47:07.243 Indexing files of module 'org.polarsys.capella.extension.genchain'
[INFO] 09:47:07.243   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain
[INFO] 09:47:07.243   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.243   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.244   Included tests: **/tests/*
[INFO] 09:47:07.244 Indexing files of module 'org.polarsys.capella.extension.genchain.model'
[INFO] 09:47:07.244   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model
[INFO] 09:47:07.244   Source paths: .polyglot.build.properties
[INFO] 09:47:07.244   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.244   Included tests: **/tests/*
[INFO] 09:47:07.245 Indexing files of module 'org.polarsys.capella.extension.genchain.model.edit'
[INFO] 09:47:07.245   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit
[INFO] 09:47:07.245   Source paths: .polyglot.build.properties
[INFO] 09:47:07.245   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.245   Included tests: **/tests/*
[INFO] 09:47:07.245 Indexing files of module 'org.polarsys.capella.extension.sdk.feature'
[INFO] 09:47:07.245   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature
[INFO] 09:47:07.246   Source paths: .polyglot.build.properties
[INFO] 09:47:07.246   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.246   Included tests: **/tests/*
[INFO] 09:47:07.246 Indexing files of module 'org.polarsys.capella.extension.tools'
[INFO] 09:47:07.246   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools
[INFO] 09:47:07.246   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.246   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.246   Included tests: **/tests/*
[INFO] 09:47:07.247 Indexing files of module 'org.polarsys.capella.extension.tools.ui'
[INFO] 09:47:07.247   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui
[INFO] 09:47:07.247   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.247   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.247   Included tests: **/tests/*
[INFO] 09:47:07.248 Indexing files of module 'org.polarsys.capella.studio.doc'
[INFO] 09:47:07.248   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc
[INFO] 09:47:07.248   Source paths: .polyglot.build.properties
[INFO] 09:47:07.248   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.248   Included tests: **/tests/*
[INFO] 09:47:07.249 Indexing files of module 'org.polarsys.capella.studio.doc.feature'
[INFO] 09:47:07.249   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature
[INFO] 09:47:07.249   Source paths: pom.xml
[INFO] 09:47:07.249   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.249   Included tests: **/tests/*
[INFO] 09:47:07.249 Indexing files of module 'org.polarsys.capella.studio.product'
[INFO] 09:47:07.249   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product
[INFO] 09:47:07.249   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.250   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.250   Included tests: **/tests/*
[INFO] 09:47:07.250 Indexing files of module 'org.polarsys.capella.studio.product.feature'
[INFO] 09:47:07.250   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature
[INFO] 09:47:07.250   Source paths: .polyglot.build.properties
[INFO] 09:47:07.250   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.250   Included tests: **/tests/*
[INFO] 09:47:07.251 Indexing files of module 'org.polarsys.capella.studio.releng.capella.feature'
[INFO] 09:47:07.251   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature
[INFO] 09:47:07.251   Source paths: pom.xml
[INFO] 09:47:07.251   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.252   Included tests: **/tests/*
[INFO] 09:47:07.252 Indexing files of module 'org.polarsys.capella.studio.releng.eclipse.feature'
[INFO] 09:47:07.252   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature
[INFO] 09:47:07.252   Source paths: pom.xml
[INFO] 09:47:07.252   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.252   Included tests: **/tests/*
[INFO] 09:47:07.253 Indexing files of module 'org.polarsys.capella.studio.releng.kitalpha.feature'
[INFO] 09:47:07.253   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature
[INFO] 09:47:07.253   Source paths: pom.xml
[INFO] 09:47:07.253   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.253   Included tests: **/tests/*
[INFO] 09:47:07.254 Indexing files of module 'org.polarsys.capella.studio.releng.updatesite'
[INFO] 09:47:07.254   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite
[INFO] 09:47:07.254   Source paths: pom.xml
[INFO] 09:47:07.254   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.254   Included tests: **/tests/*
[INFO] 09:47:07.255 Indexing files of module 'org.polarsys.capella.ta'
[INFO] 09:47:07.255   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta
[INFO] 09:47:07.255   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.255   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.255   Included tests: **/tests/*
[INFO] 09:47:07.255 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.extension'
[INFO] 09:47:07.256   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension
[INFO] 09:47:07.256   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.256   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.256   Included tests: **/tests/*
[INFO] 09:47:07.256 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.feature'
[INFO] 09:47:07.256   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature
[INFO] 09:47:07.256   Source paths: .polyglot.build.properties
[INFO] 09:47:07.256   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.256   Included tests: **/tests/*
[INFO] 09:47:07.257 Indexing files of module 'Capella Sudio Aggregator Module'
[INFO] 09:47:07.257   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator
[INFO] 09:47:07.257   Source paths: pom.xml
[INFO] 09:47:07.257   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.257   Included tests: **/tests/*
[INFO] 09:47:07.257 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.tests'
[INFO] 09:47:07.257   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests
[INFO] 09:47:07.258   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.258   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.258   Included tests: **/tests/*
[INFO] 09:47:07.258 Indexing files of module 'org.polarsys.capella.studio.test'
[INFO] 09:47:07.258   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test
[INFO] 09:47:07.258   Source paths: .polyglot.build.properties, src
[INFO] 09:47:07.258   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.258   Included tests: **/tests/*
[INFO] 09:47:07.259 Indexing files of module 'org.polarsys.capella.studio.test.feature'
[INFO] 09:47:07.259   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature
[INFO] 09:47:07.259   Source paths: .polyglot.build.properties
[INFO] 09:47:07.259   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.259   Included tests: **/tests/*
[INFO] 09:47:07.260 Indexing files of module 'Capella Sudio tests Aggregator Module'
[INFO] 09:47:07.260   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests
[INFO] 09:47:07.260   Source paths: pom.xml
[INFO] 09:47:07.260   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.260   Included tests: **/tests/*
[INFO] 09:47:07.260 Indexing files of module 'capellastudio.vpdsl.qualityassessment.reverse.tests'
[INFO] 09:47:07.260   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests
[INFO] 09:47:07.260   Source paths: pom.xml
[INFO] 09:47:07.260   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.261   Included tests: **/tests/*
[INFO] 09:47:07.261 Indexing files of module 'capellastudio.vpdsl.qualityassessment.tests'
[INFO] 09:47:07.261   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests
[INFO] 09:47:07.261   Source paths: pom.xml
[INFO] 09:47:07.261   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.261   Included tests: **/tests/*
[INFO] 09:47:07.262 Indexing files of module 'org.polarsys.capella.extension.rcptt'
[INFO] 09:47:07.262   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt
[INFO] 09:47:07.262   Source paths: pom.xml
[INFO] 09:47:07.262   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.262   Included tests: **/tests/*
[INFO] 09:47:07.262 Indexing files of module 'org.polarsys.capella.gen.doc.tests'
[INFO] 09:47:07.263   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests
[INFO] 09:47:07.263   Source paths: pom.xml
[INFO] 09:47:07.263   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.263   Included tests: **/tests/*
[INFO] 09:47:07.263 Indexing files of module 'org.polarsys.capella.studio.ad.viewpoint.rcptt'
[INFO] 09:47:07.263   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt
[INFO] 09:47:07.263   Source paths: pom.xml
[INFO] 09:47:07.263   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.263   Included tests: **/tests/*
[INFO] 09:47:07.264 Indexing files of module 'Capella Studio  RCPTT tests Aggregator Module'
[INFO] 09:47:07.264   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt
[INFO] 09:47:07.264   Source paths: pom.xml
[INFO] 09:47:07.264   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.264   Included tests: **/tests/*
[INFO] 09:47:07.264 Indexing files of module 'org.polarsys.capella.studio.releng.targets'
[INFO] 09:47:07.265   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets
[INFO] 09:47:07.265   Source paths: pom.xml
[INFO] 09:47:07.265   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.265   Included tests: **/tests/*
[INFO] 09:47:07.265 Indexing files of module 'Capella Studio'
[INFO] 09:47:07.265   Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.parent
[INFO] 09:47:07.265   Source paths: pom.xml
[INFO] 09:47:07.265   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.265   Included tests: **/tests/*
[INFO] 09:47:07.266 Indexing files of module 'Capella Studio Root'
[INFO] 09:47:07.266   Base dir: /home/jenkins/agent/workspace/Capella-studio_master
[INFO] 09:47:07.266   Source paths: pom.xml
[INFO] 09:47:07.266   Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/*
[INFO] 09:47:07.266   Included tests: **/tests/*
[INFO] 09:47:07.267 85 files indexed
[INFO] 09:47:07.273 Quality profile for java: Sonar way
[INFO] 09:47:07.273 Quality profile for xml: Sonar way
[INFO] 09:47:07.273 ------------- Run sensors on module org.polarsys.capella.studio.test
[INFO] 09:47:07.345 Load metrics repository
[INFO] 09:47:07.696 Load metrics repository (done) | time=351ms
[INFO] 09:47:07.701 Sensor cache enabled
[INFO] 09:47:07.704 Load sensor cache
[INFO] 09:47:08.250 Load sensor cache (404) | time=545ms
[INFO] 09:47:09.436 Sensor JavaSensor [java]
[INFO] 09:47:09.440 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:09.472 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:09.473 Using ECJ batch to parse 4 Main java source files with batch size 161 KB.
[INFO] 09:47:09.751 Starting batch processing.
[INFO] 09:47:10.412 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:13.822 100% analyzed
[INFO] 09:47:13.822 Batch processing: Done.
[INFO] 09:47:13.824 Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] 09:47:13.857 No "Test" source files to scan.
[INFO] 09:47:13.857 No "Generated" source files to scan.
[INFO] 09:47:13.857 Sensor JavaSensor [java] (done) | time=4421ms
[INFO] 09:47:13.857 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:13.858 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:13.858 Sensor SurefireSensor [java]
[INFO] 09:47:13.859 parsing [/home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/surefire-reports]
[INFO] 09:47:13.859 Sensor SurefireSensor [java] (done) | time=1ms
[INFO] 09:47:13.860 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:13.862 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:13.864 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:13.921 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=61ms
[INFO] 09:47:13.921 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:13.927 0 source files to be analyzed
[INFO] 09:47:13.991 0/0 source files have been analyzed
[INFO] 09:47:13.992 Sensor IaC Docker Sensor [iac] (done) | time=71ms
[INFO] 09:47:13.992 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:13.992 0 Serverless function entries were found in the project
[INFO] 09:47:13.995 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:13.995 Sensor Serverless configuration file sensor [security] (done) | time=3ms
[INFO] 09:47:13.995 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:13.996 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 09:47:13.996 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:13.996 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.016 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.tests
[INFO] 09:47:14.058 Sensor JavaSensor [java]
[INFO] 09:47:14.058 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:14.074 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:14.074 Using ECJ batch to parse 2 Main java source files with batch size 161 KB.
[INFO] 09:47:14.077 Starting batch processing.
[INFO] 09:47:14.139 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:14.316 100% analyzed
[INFO] 09:47:14.316 Batch processing: Done.
[INFO] 09:47:14.318 Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] 09:47:14.319 No "Test" source files to scan.
[INFO] 09:47:14.319 No "Generated" source files to scan.
[INFO] 09:47:14.319 Sensor JavaSensor [java] (done) | time=261ms
[INFO] 09:47:14.320 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.320 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:14.320 Sensor SurefireSensor [java]
[INFO] 09:47:14.321 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire-reports]
[INFO] 09:47:14.340 Sensor SurefireSensor [java] (done) | time=20ms
[INFO] 09:47:14.340 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.342 Importing 2 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:14.344 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
[INFO] 09:47:14.344 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.345 0 source files to be analyzed
[INFO] 09:47:14.351 0/0 source files have been analyzed
[INFO] 09:47:14.352 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 09:47:14.352 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.352 0 Serverless function entries were found in the project
[INFO] 09:47:14.352 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.352 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.352 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.352 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.352 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.353 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 09:47:14.353 ------------- Run sensors on module org.polarsys.capella.studio.test.feature
[INFO] 09:47:14.385 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.386 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.386 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.386 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.386 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:14.386 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:14.387 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:14.387 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.387 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.387 0 source files to be analyzed
[INFO] 09:47:14.416 0/0 source files have been analyzed
[INFO] 09:47:14.416 Sensor IaC Docker Sensor [iac] (done) | time=29ms
[INFO] 09:47:14.416 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.416 0 Serverless function entries were found in the project
[INFO] 09:47:14.416 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.417 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.417 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.417 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.417 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.417 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.417 ------------- Run sensors on module Capella Sudio tests Aggregator Module
[INFO] 09:47:14.449 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.450 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.450 Sensor XML Sensor [xml]
[INFO] 09:47:14.451 1 source file to be analyzed
[INFO] 09:47:14.549 1/1 source file has been analyzed
[INFO] 09:47:14.550 Sensor XML Sensor [xml] (done) | time=100ms
[INFO] 09:47:14.550 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.550 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.550 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:14.550 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:14.550 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:14.550 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:14.550 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.551 0 source files to be analyzed
[INFO] 09:47:14.556 0/0 source files have been analyzed
[INFO] 09:47:14.556 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 09:47:14.556 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.556 0 Serverless function entries were found in the project
[INFO] 09:47:14.556 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.556 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.556 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.556 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.557 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.557 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.557 ------------- Run sensors on module org.polarsys.capella.studio.releng.targets
[INFO] 09:47:14.588 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.589 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.589 Sensor XML Sensor [xml]
[INFO] 09:47:14.589 1 source file to be analyzed
[INFO] 09:47:14.625 1/1 source file has been analyzed
[INFO] 09:47:14.625 Sensor XML Sensor [xml] (done) | time=36ms
[INFO] 09:47:14.626 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.626 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.626 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:14.626 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:14.626 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:14.626 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:14.626 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.627 0 source files to be analyzed
[INFO] 09:47:14.631 0/0 source files have been analyzed
[INFO] 09:47:14.631 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 09:47:14.631 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.631 0 Serverless function entries were found in the project
[INFO] 09:47:14.631 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.631 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.632 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.632 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.632 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.632 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.632 ------------- Run sensors on module org.polarsys.capella.extension.rcptt
[INFO] 09:47:14.662 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.662 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:14.663 Sensor XML Sensor [xml]
[INFO] 09:47:14.663 1 source file to be analyzed
[INFO] 09:47:14.674 1/1 source file has been analyzed
[INFO] 09:47:14.674 Sensor XML Sensor [xml] (done) | time=11ms
[INFO] 09:47:14.674 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.674 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.674 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:14.675 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.675 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.676 0 source files to be analyzed
[INFO] 09:47:14.680 0/0 source files have been analyzed
[INFO] 09:47:14.680 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 09:47:14.680 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.680 0 Serverless function entries were found in the project
[INFO] 09:47:14.680 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.680 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.680 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.680 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.680 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.680 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.681 ------------- Run sensors on module org.polarsys.capella.gen.doc.tests
[INFO] 09:47:14.733 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.734 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.734 Sensor XML Sensor [xml]
[INFO] 09:47:14.734 1 source file to be analyzed
[INFO] 09:47:14.744 1/1 source file has been analyzed
[INFO] 09:47:14.744 Sensor XML Sensor [xml] (done) | time=10ms
[INFO] 09:47:14.744 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.745 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.745 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:14.749 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms
[INFO] 09:47:14.750 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.750 0 source files to be analyzed
[INFO] 09:47:14.754 0/0 source files have been analyzed
[INFO] 09:47:14.754 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:14.754 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.754 0 Serverless function entries were found in the project
[INFO] 09:47:14.754 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.754 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.754 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.754 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.755 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.755 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.755 ------------- Run sensors on module org.polarsys.capella.studio.ad.viewpoint.rcptt
[INFO] 09:47:14.784 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.784 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:14.784 Sensor XML Sensor [xml]
[INFO] 09:47:14.785 1 source file to be analyzed
[INFO] 09:47:14.815 1/1 source file has been analyzed
[INFO] 09:47:14.815 Sensor XML Sensor [xml] (done) | time=31ms
[INFO] 09:47:14.815 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.816 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.816 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:14.816 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:14.816 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:14.816 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.816 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.817 0 source files to be analyzed
[INFO] 09:47:14.820 0/0 source files have been analyzed
[INFO] 09:47:14.820 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:14.820 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.820 0 Serverless function entries were found in the project
[INFO] 09:47:14.820 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.821 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:14.821 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.821 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.821 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.821 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.821 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.reverse.tests
[INFO] 09:47:14.850 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.851 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.851 Sensor XML Sensor [xml]
[INFO] 09:47:14.855 1 source file to be analyzed
[INFO] 09:47:14.861 1/1 source file has been analyzed
[INFO] 09:47:14.861 Sensor XML Sensor [xml] (done) | time=10ms
[INFO] 09:47:14.861 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.861 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.862 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:14.862 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.862 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.863 0 source files to be analyzed
[INFO] 09:47:14.866 0/0 source files have been analyzed
[INFO] 09:47:14.866 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:14.867 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.867 0 Serverless function entries were found in the project
[INFO] 09:47:14.867 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.867 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.867 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.867 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.867 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.867 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.867 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.tests
[INFO] 09:47:14.895 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.896 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.896 Sensor XML Sensor [xml]
[INFO] 09:47:14.896 1 source file to be analyzed
[INFO] 09:47:14.921 1/1 source file has been analyzed
[INFO] 09:47:14.921 Sensor XML Sensor [xml] (done) | time=25ms
[INFO] 09:47:14.921 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.921 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.922 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:14.922 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.922 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.923 0 source files to be analyzed
[INFO] 09:47:14.926 0/0 source files have been analyzed
[INFO] 09:47:14.926 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:14.926 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.926 0 Serverless function entries were found in the project
[INFO] 09:47:14.927 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.927 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:14.927 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.927 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.927 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.927 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.927 ------------- Run sensors on module Capella Studio  RCPTT tests Aggregator Module
[INFO] 09:47:14.957 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:14.958 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:14.958 Sensor XML Sensor [xml]
[INFO] 09:47:14.958 1 source file to be analyzed
[INFO] 09:47:14.965 1/1 source file has been analyzed
[INFO] 09:47:14.965 Sensor XML Sensor [xml] (done) | time=7ms
[INFO] 09:47:14.965 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:14.966 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:14.966 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:14.966 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:14.966 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:14.966 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:14.966 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:14.966 0 source files to be analyzed
[INFO] 09:47:14.971 0/0 source files have been analyzed
[INFO] 09:47:14.971 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 09:47:14.971 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:14.971 0 Serverless function entries were found in the project
[INFO] 09:47:14.971 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:14.971 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:14.971 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:14.971 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.972 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:14.972 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:14.972 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta
[INFO] 09:47:15.019 Sensor JavaSensor [java]
[INFO] 09:47:15.020 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:15.030 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:15.030 Using ECJ batch to parse 3 Main java source files with batch size 161 KB.
[INFO] 09:47:15.033 Starting batch processing.
[INFO] 09:47:15.098 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:15.168 100% analyzed
[INFO] 09:47:15.169 Batch processing: Done.
[INFO] 09:47:15.170 Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] 09:47:15.171 No "Test" source files to scan.
[INFO] 09:47:15.171 No "Generated" source files to scan.
[INFO] 09:47:15.171 Sensor JavaSensor [java] (done) | time=152ms
[INFO] 09:47:15.171 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.171 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:15.171 Sensor SurefireSensor [java]
[INFO] 09:47:15.171 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/surefire-reports]
[INFO] 09:47:15.171 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:15.171 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.172 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:15.172 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:15.173 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] 09:47:15.173 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.173 0 source files to be analyzed
[INFO] 09:47:15.177 0/0 source files have been analyzed
[INFO] 09:47:15.177 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:15.177 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.177 0 Serverless function entries were found in the project
[INFO] 09:47:15.177 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.177 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:15.177 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.177 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.178 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.178 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.178 ------------- Run sensors on module org.polarsys.capella.extension.genchain
[INFO] 09:47:15.220 Sensor JavaSensor [java]
[INFO] 09:47:15.221 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:15.227 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:15.227 Using ECJ batch to parse 3 Main java source files with batch size 161 KB.
[INFO] 09:47:15.231 Starting batch processing.
[INFO] 09:47:15.263 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:15.424 100% analyzed
[INFO] 09:47:15.424 Batch processing: Done.
[INFO] 09:47:15.425 Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] 09:47:15.427 No "Test" source files to scan.
[INFO] 09:47:15.427 No "Generated" source files to scan.
[INFO] 09:47:15.427 Sensor JavaSensor [java] (done) | time=207ms
[INFO] 09:47:15.427 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.427 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:15.427 Sensor SurefireSensor [java]
[INFO] 09:47:15.427 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/surefire-reports]
[INFO] 09:47:15.427 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:15.427 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.428 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:15.428 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:15.430 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 09:47:15.430 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.431 0 source files to be analyzed
[INFO] 09:47:15.434 0/0 source files have been analyzed
[INFO] 09:47:15.434 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:15.435 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.435 0 Serverless function entries were found in the project
[INFO] 09:47:15.435 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.435 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:15.435 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.435 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.435 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.435 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.435 ------------- Run sensors on module org.polarsys.capella.ta
[INFO] 09:47:15.463 Sensor JavaSensor [java]
[INFO] 09:47:15.463 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:15.472 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:15.472 Using ECJ batch to parse 2 Main java source files with batch size 161 KB.
[INFO] 09:47:15.476 Starting batch processing.
[INFO] 09:47:15.539 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:15.646 100% analyzed
[INFO] 09:47:15.646 Batch processing: Done.
[INFO] 09:47:15.647 Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] 09:47:15.649 No "Test" source files to scan.
[INFO] 09:47:15.649 No "Generated" source files to scan.
[INFO] 09:47:15.649 Sensor JavaSensor [java] (done) | time=186ms
[INFO] 09:47:15.649 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.649 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:15.649 Sensor SurefireSensor [java]
[INFO] 09:47:15.649 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/surefire-reports]
[INFO] 09:47:15.649 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:15.650 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.650 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:15.650 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:15.651 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:15.651 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.652 0 source files to be analyzed
[INFO] 09:47:15.655 0/0 source files have been analyzed
[INFO] 09:47:15.655 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:15.655 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.656 0 Serverless function entries were found in the project
[INFO] 09:47:15.656 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.656 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:15.656 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.656 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.656 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.656 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.656 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition.feature
[INFO] 09:47:15.681 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.682 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:15.682 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.682 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:15.682 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:15.682 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:15.682 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:15.682 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:15.682 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.683 0 source files to be analyzed
[INFO] 09:47:15.691 0/0 source files have been analyzed
[INFO] 09:47:15.691 Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] 09:47:15.691 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.691 0 Serverless function entries were found in the project
[INFO] 09:47:15.691 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.691 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:15.691 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.691 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.691 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.691 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.691 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.feature
[INFO] 09:47:15.922 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.922 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:15.922 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.922 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:15.922 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:15.922 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:15.922 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:15.922 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:15.922 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.923 0 source files to be analyzed
[INFO] 09:47:15.927 0/0 source files have been analyzed
[INFO] 09:47:15.927 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 09:47:15.927 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.927 0 Serverless function entries were found in the project
[INFO] 09:47:15.927 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.927 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:15.927 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.927 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.927 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.927 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.927 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.definition.feature
[INFO] 09:47:15.957 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:15.957 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:15.958 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:15.958 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:15.958 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:15.958 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:15.958 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:15.958 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:15.958 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:15.958 0 source files to be analyzed
[INFO] 09:47:15.962 0/0 source files have been analyzed
[INFO] 09:47:15.962 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:15.962 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:15.962 0 Serverless function entries were found in the project
[INFO] 09:47:15.962 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:15.962 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:15.962 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:15.962 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.962 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:15.962 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:15.963 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model
[INFO] 09:47:16.028 Sensor JavaSensor [java]
[INFO] 09:47:16.028 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:16.032 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:16.032 Using ECJ batch to parse 8 Main java source files with batch size 161 KB.
[INFO] 09:47:16.042 Starting batch processing.
[INFO] 09:47:16.075 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:16.718 100% analyzed
[INFO] 09:47:16.718 Batch processing: Done.
[INFO] 09:47:16.718 Did not optimize analysis for any files, performed a full analysis for all 8 files.
[INFO] 09:47:16.722 No "Test" source files to scan.
[INFO] 09:47:16.722 No "Generated" source files to scan.
[INFO] 09:47:16.722 Sensor JavaSensor [java] (done) | time=694ms
[INFO] 09:47:16.723 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:16.723 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:16.723 Sensor SurefireSensor [java]
[INFO] 09:47:16.723 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/surefire-reports]
[INFO] 09:47:16.723 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:16.723 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:16.723 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:16.723 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:16.726 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 09:47:16.726 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:16.732 0 source files to be analyzed
[INFO] 09:47:16.755 0/0 source files have been analyzed
[INFO] 09:47:16.755 Sensor IaC Docker Sensor [iac] (done) | time=29ms
[INFO] 09:47:16.756 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:16.756 0 Serverless function entries were found in the project
[INFO] 09:47:16.756 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:16.756 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:16.756 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:16.756 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.756 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:16.756 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.756 ------------- Run sensors on module org.polarsys.capella.studio.releng.capella.feature
[INFO] 09:47:16.780 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:16.781 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:16.781 Sensor XML Sensor [xml]
[INFO] 09:47:16.815 1 source file to be analyzed
[INFO] 09:47:16.821 1/1 source file has been analyzed
[INFO] 09:47:16.821 Sensor XML Sensor [xml] (done) | time=40ms
[INFO] 09:47:16.821 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:16.821 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:16.821 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:16.821 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:16.821 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:16.821 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:16.822 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:16.822 0 source files to be analyzed
[INFO] 09:47:16.825 0/0 source files have been analyzed
[INFO] 09:47:16.825 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:16.825 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:16.826 0 Serverless function entries were found in the project
[INFO] 09:47:16.826 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:16.826 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:16.826 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:16.826 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.826 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:16.826 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.826 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain
[INFO] 09:47:16.851 Sensor JavaSensor [java]
[INFO] 09:47:16.851 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:16.856 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:16.856 Using ECJ batch to parse 1 Main java source files with batch size 161 KB.
[INFO] 09:47:16.857 Starting batch processing.
[INFO] 09:47:16.929 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:16.962 100% analyzed
[INFO] 09:47:16.962 Batch processing: Done.
[INFO] 09:47:16.962 Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] 09:47:16.963 No "Test" source files to scan.
[INFO] 09:47:16.963 No "Generated" source files to scan.
[INFO] 09:47:16.963 Sensor JavaSensor [java] (done) | time=112ms
[INFO] 09:47:16.963 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:16.963 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:16.963 Sensor SurefireSensor [java]
[INFO] 09:47:16.963 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/surefire-reports]
[INFO] 09:47:16.963 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:16.963 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:16.964 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:16.964 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:16.965 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] 09:47:16.965 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:16.965 0 source files to be analyzed
[INFO] 09:47:16.968 0/0 source files have been analyzed
[INFO] 09:47:16.968 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:16.969 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:16.969 0 Serverless function entries were found in the project
[INFO] 09:47:16.969 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:16.969 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:16.969 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:16.969 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.969 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:16.969 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:16.969 ------------- Run sensors on module org.polarsys.capella.extension.sdk.feature
[INFO] 09:47:17.038 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:17.038 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:17.038 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:17.038 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:17.038 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:17.038 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:17.038 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:17.038 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:17.038 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:17.039 0 source files to be analyzed
[INFO] 09:47:17.042 0/0 source files have been analyzed
[INFO] 09:47:17.042 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:17.042 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:17.042 0 Serverless function entries were found in the project
[INFO] 09:47:17.042 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:17.042 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:17.043 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:17.043 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.043 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:17.043 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.043 ------------- Run sensors on module org.polarsys.capella.studio.releng.updatesite
[INFO] 09:47:17.066 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:17.066 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:17.067 Sensor XML Sensor [xml]
[INFO] 09:47:17.067 1 source file to be analyzed
[INFO] 09:47:17.072 1/1 source file has been analyzed
[INFO] 09:47:17.073 Sensor XML Sensor [xml] (done) | time=6ms
[INFO] 09:47:17.073 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:17.073 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:17.073 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:17.073 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:17.073 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:17.073 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:17.073 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:17.073 0 source files to be analyzed
[INFO] 09:47:17.116 0/0 source files have been analyzed
[INFO] 09:47:17.117 Sensor IaC Docker Sensor [iac] (done) | time=44ms
[INFO] 09:47:17.117 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:17.117 0 Serverless function entries were found in the project
[INFO] 09:47:17.117 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:17.117 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:17.117 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:17.117 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.117 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:17.117 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.117 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model.edit
[INFO] 09:47:17.141 Sensor JavaSensor [java]
[INFO] 09:47:17.141 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:17.145 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:17.145 Using ECJ batch to parse 3 Main java source files with batch size 161 KB.
[INFO] 09:47:17.147 Starting batch processing.
[INFO] 09:47:17.171 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:17.440 100% analyzed
[INFO] 09:47:17.440 Batch processing: Done.
[INFO] 09:47:17.441 Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] 09:47:17.444 No "Test" source files to scan.
[INFO] 09:47:17.444 No "Generated" source files to scan.
[INFO] 09:47:17.444 Sensor JavaSensor [java] (done) | time=303ms
[INFO] 09:47:17.444 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:17.444 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:17.444 Sensor SurefireSensor [java]
[INFO] 09:47:17.444 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/surefire-reports]
[INFO] 09:47:17.444 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:17.444 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:17.444 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:17.444 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:17.447 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 09:47:17.447 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:17.447 0 source files to be analyzed
[INFO] 09:47:17.451 0/0 source files have been analyzed
[INFO] 09:47:17.451 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:17.451 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:17.451 0 Serverless function entries were found in the project
[INFO] 09:47:17.452 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:17.452 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:17.452 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:17.452 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.452 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:17.452 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:17.452 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.generation.ui
[INFO] 09:47:17.479 Sensor JavaSensor [java]
[INFO] 09:47:17.479 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:17.487 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:17.487 Using ECJ batch to parse 21 Main java source files with batch size 161 KB.
[INFO] 09:47:17.496 Starting batch processing.
[INFO] 09:47:17.575 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:19.543 100% analyzed
[INFO] 09:47:19.543 Batch processing: Done.
[INFO] 09:47:19.544 Did not optimize analysis for any files, performed a full analysis for all 21 files.
[INFO] 09:47:19.549 No "Test" source files to scan.
[INFO] 09:47:19.549 No "Generated" source files to scan.
[INFO] 09:47:19.549 Sensor JavaSensor [java] (done) | time=2070ms
[INFO] 09:47:19.549 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:19.549 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:19.549 Sensor SurefireSensor [java]
[INFO] 09:47:19.549 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/surefire-reports]
[INFO] 09:47:19.549 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:19.549 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:19.550 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:19.550 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:19.566 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=17ms
[INFO] 09:47:19.566 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:19.567 0 source files to be analyzed
[INFO] 09:47:19.570 0/0 source files have been analyzed
[INFO] 09:47:19.570 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:19.570 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:19.571 0 Serverless function entries were found in the project
[INFO] 09:47:19.571 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:19.571 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:19.571 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:19.571 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.571 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:19.571 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.571 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition
[INFO] 09:47:19.623 Sensor JavaSensor [java]
[INFO] 09:47:19.623 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:19.633 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:19.634 Using ECJ batch to parse 2 Main java source files with batch size 161 KB.
[INFO] 09:47:19.637 Starting batch processing.
[INFO] 09:47:19.689 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:19.730 100% analyzed
[INFO] 09:47:19.730 Batch processing: Done.
[INFO] 09:47:19.732 Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] 09:47:19.732 No "Test" source files to scan.
[INFO] 09:47:19.732 No "Generated" source files to scan.
[INFO] 09:47:19.733 Sensor JavaSensor [java] (done) | time=109ms
[INFO] 09:47:19.733 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:19.733 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:19.733 Sensor SurefireSensor [java]
[INFO] 09:47:19.733 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/surefire-reports]
[INFO] 09:47:19.733 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:19.733 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:19.733 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:19.733 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:19.734 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:19.735 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:19.735 0 source files to be analyzed
[INFO] 09:47:19.739 0/0 source files have been analyzed
[INFO] 09:47:19.739 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:19.739 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:19.739 0 Serverless function entries were found in the project
[INFO] 09:47:19.739 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:19.739 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:19.739 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:19.739 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.739 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:19.739 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.740 ------------- Run sensors on module org.polarsys.capella.studio.releng.kitalpha.feature
[INFO] 09:47:19.767 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:19.767 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:19.768 Sensor XML Sensor [xml]
[INFO] 09:47:19.768 1 source file to be analyzed
[INFO] 09:47:19.775 1/1 source file has been analyzed
[INFO] 09:47:19.775 Sensor XML Sensor [xml] (done) | time=7ms
[INFO] 09:47:19.775 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:19.775 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:19.775 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:19.775 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:19.775 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:19.775 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:19.775 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:19.776 0 source files to be analyzed
[INFO] 09:47:19.779 0/0 source files have been analyzed
[INFO] 09:47:19.780 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:19.780 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:19.780 0 Serverless function entries were found in the project
[INFO] 09:47:19.780 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:19.780 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:19.780 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:19.780 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.780 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:19.780 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:19.780 ------------- Run sensors on module org.polarsys.capella.extension.tools.ui
[INFO] 09:47:19.804 Sensor JavaSensor [java]
[INFO] 09:47:19.805 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:19.821 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:19.821 Using ECJ batch to parse 6 Main java source files with batch size 161 KB.
[INFO] 09:47:19.828 Starting batch processing.
[INFO] 09:47:19.935 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:20.785 100% analyzed
[INFO] 09:47:20.785 Batch processing: Done.
[INFO] 09:47:20.787 Did not optimize analysis for any files, performed a full analysis for all 6 files.
[INFO] 09:47:20.793 No "Test" source files to scan.
[INFO] 09:47:20.793 No "Generated" source files to scan.
[INFO] 09:47:20.793 Sensor JavaSensor [java] (done) | time=989ms
[INFO] 09:47:20.793 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:20.794 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:20.794 Sensor SurefireSensor [java]
[INFO] 09:47:20.794 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/surefire-reports]
[INFO] 09:47:20.794 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:20.794 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:20.794 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:20.794 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:20.816 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=21ms
[INFO] 09:47:20.816 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:20.816 0 source files to be analyzed
[INFO] 09:47:20.821 0/0 source files have been analyzed
[INFO] 09:47:20.821 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 09:47:20.821 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:20.822 0 Serverless function entries were found in the project
[INFO] 09:47:20.822 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:20.822 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:20.822 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:20.822 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:20.822 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:20.822 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:20.822 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.extension
[INFO] 09:47:20.852 Sensor JavaSensor [java]
[INFO] 09:47:20.852 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:20.855 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:20.855 Using ECJ batch to parse 1 Main java source files with batch size 161 KB.
[INFO] 09:47:20.856 Starting batch processing.
[INFO] 09:47:20.870 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:20.890 100% analyzed
[INFO] 09:47:20.890 Batch processing: Done.
[INFO] 09:47:20.890 Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] 09:47:20.890 No "Test" source files to scan.
[INFO] 09:47:20.890 No "Generated" source files to scan.
[INFO] 09:47:20.891 Sensor JavaSensor [java] (done) | time=39ms
[INFO] 09:47:20.891 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:20.891 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:20.891 Sensor SurefireSensor [java]
[INFO] 09:47:20.891 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/surefire-reports]
[INFO] 09:47:20.891 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:20.891 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:20.891 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:20.891 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:20.892 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:20.892 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:20.893 0 source files to be analyzed
[INFO] 09:47:20.896 0/0 source files have been analyzed
[INFO] 09:47:20.896 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:20.896 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:20.896 0 Serverless function entries were found in the project
[INFO] 09:47:20.896 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:20.896 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:20.896 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:20.896 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:20.896 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:20.896 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:20.896 ------------- Run sensors on module org.polarsys.capella.cdo.ta.ext
[INFO] 09:47:20.927 Sensor JavaSensor [java]
[INFO] 09:47:20.927 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:20.934 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:20.934 Using ECJ batch to parse 2 Main java source files with batch size 161 KB.
[INFO] 09:47:20.957 Starting batch processing.
[INFO] 09:47:21.032 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:21.069 100% analyzed
[INFO] 09:47:21.069 Batch processing: Done.
[INFO] 09:47:21.070 Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] 09:47:21.070 No "Test" source files to scan.
[INFO] 09:47:21.070 No "Generated" source files to scan.
[INFO] 09:47:21.070 Sensor JavaSensor [java] (done) | time=143ms
[INFO] 09:47:21.071 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:21.071 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:21.071 Sensor SurefireSensor [java]
[INFO] 09:47:21.071 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/surefire-reports]
[INFO] 09:47:21.071 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:21.071 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:21.071 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:21.071 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:21.072 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:21.072 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:21.072 0 source files to be analyzed
[INFO] 09:47:21.076 0/0 source files have been analyzed
[INFO] 09:47:21.076 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:21.077 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:21.077 0 Serverless function entries were found in the project
[INFO] 09:47:21.077 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:21.077 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:21.077 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:21.077 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:21.077 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:21.077 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:21.077 ------------- Run sensors on module org.polarsys.capella.extension.tools
[INFO] 09:47:21.118 Sensor JavaSensor [java]
[INFO] 09:47:21.118 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:21.131 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:21.131 Using ECJ batch to parse 5 Main java source files with batch size 161 KB.
[INFO] 09:47:21.137 Starting batch processing.
[INFO] 09:47:21.242 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:21.972 100% analyzed
[INFO] 09:47:21.972 Batch processing: Done.
[INFO] 09:47:21.974 Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] 09:47:21.975 No "Test" source files to scan.
[INFO] 09:47:21.975 No "Generated" source files to scan.
[INFO] 09:47:21.975 Sensor JavaSensor [java] (done) | time=857ms
[INFO] 09:47:21.976 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:21.976 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:21.976 Sensor SurefireSensor [java]
[INFO] 09:47:21.976 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/surefire-reports]
[INFO] 09:47:21.976 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:21.976 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:21.976 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:21.976 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:21.982 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms
[INFO] 09:47:21.983 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:21.983 0 source files to be analyzed
[INFO] 09:47:21.986 0/0 source files have been analyzed
[INFO] 09:47:21.986 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:21.986 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:21.986 0 Serverless function entries were found in the project
[INFO] 09:47:21.987 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:21.987 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:21.987 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:21.987 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:21.987 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:21.987 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:21.987 ------------- Run sensors on module org.polarsys.capella.studio.product
[INFO] 09:47:22.024 Sensor JavaSensor [java]
[INFO] 09:47:22.024 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:22.031 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:22.031 Using ECJ batch to parse 4 Main java source files with batch size 161 KB.
[INFO] 09:47:22.036 Starting batch processing.
[INFO] 09:47:22.075 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:22.725 100% analyzed
[INFO] 09:47:22.725 Batch processing: Done.
[INFO] 09:47:22.726 Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] 09:47:22.729 No "Test" source files to scan.
[INFO] 09:47:22.729 No "Generated" source files to scan.
[INFO] 09:47:22.729 Sensor JavaSensor [java] (done) | time=705ms
[INFO] 09:47:22.730 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.730 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:22.730 Sensor SurefireSensor [java]
[INFO] 09:47:22.730 parsing [/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/surefire-reports]
[INFO] 09:47:22.730 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:22.730 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.730 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:22.730 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:22.732 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] 09:47:22.732 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.733 0 source files to be analyzed
[INFO] 09:47:22.736 0/0 source files have been analyzed
[INFO] 09:47:22.736 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:22.736 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.736 0 Serverless function entries were found in the project
[INFO] 09:47:22.736 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.736 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.736 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.736 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.736 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.736 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.736 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.portfolio
[INFO] 09:47:22.759 Sensor JavaSensor [java]
[INFO] 09:47:22.759 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 09:47:22.762 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 09:47:22.762 Using ECJ batch to parse 1 Main java source files with batch size 161 KB.
[INFO] 09:47:22.764 Starting batch processing.
[INFO] 09:47:22.785 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 09:47:22.833 100% analyzed
[INFO] 09:47:22.833 Batch processing: Done.
[INFO] 09:47:22.833 Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] 09:47:22.834 No "Test" source files to scan.
[INFO] 09:47:22.834 No "Generated" source files to scan.
[INFO] 09:47:22.834 Sensor JavaSensor [java] (done) | time=75ms
[INFO] 09:47:22.834 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.834 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:22.834 Sensor SurefireSensor [java]
[INFO] 09:47:22.834 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/surefire-reports]
[INFO] 09:47:22.834 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 09:47:22.834 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.834 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:22.834 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:22.836 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] 09:47:22.836 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.837 0 source files to be analyzed
[INFO] 09:47:22.840 0/0 source files have been analyzed
[INFO] 09:47:22.840 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:22.840 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.840 0 Serverless function entries were found in the project
[INFO] 09:47:22.840 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.840 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.840 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.840 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.840 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.840 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.840 ------------- Run sensors on module org.polarsys.capella.studio.releng.eclipse.feature
[INFO] 09:47:22.863 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.863 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:22.863 Sensor XML Sensor [xml]
[INFO] 09:47:22.863 1 source file to be analyzed
[INFO] 09:47:22.869 1/1 source file has been analyzed
[INFO] 09:47:22.869 Sensor XML Sensor [xml] (done) | time=6ms
[INFO] 09:47:22.870 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.870 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:22.870 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:22.870 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:22.870 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:22.870 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:22.870 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.870 0 source files to be analyzed
[INFO] 09:47:22.873 0/0 source files have been analyzed
[INFO] 09:47:22.874 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:22.874 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.874 0 Serverless function entries were found in the project
[INFO] 09:47:22.874 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.874 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.874 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.874 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.874 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.874 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.874 ------------- Run sensors on module org.polarsys.capella.studio.product.feature
[INFO] 09:47:22.896 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.896 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:22.896 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.897 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:22.897 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:22.897 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:22.897 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:22.897 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:22.897 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.897 0 source files to be analyzed
[INFO] 09:47:22.900 0/0 source files have been analyzed
[INFO] 09:47:22.900 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:22.900 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.901 0 Serverless function entries were found in the project
[INFO] 09:47:22.901 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.901 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:22.901 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.901 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.901 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.901 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.901 ------------- Run sensors on module org.polarsys.capella.studio.doc
[INFO] 09:47:22.934 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.934 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:22.934 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.934 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:22.934 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:22.934 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:22.934 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:22.934 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:22.934 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.934 0 source files to be analyzed
[INFO] 09:47:22.937 0/0 source files have been analyzed
[INFO] 09:47:22.938 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:22.938 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.938 0 Serverless function entries were found in the project
[INFO] 09:47:22.938 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.938 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.938 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.938 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.938 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.938 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.938 ------------- Run sensors on module org.polarsys.capella.studio.doc.feature
[INFO] 09:47:22.960 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.961 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 09:47:22.961 Sensor XML Sensor [xml]
[INFO] 09:47:22.961 1 source file to be analyzed
[INFO] 09:47:22.966 1/1 source file has been analyzed
[INFO] 09:47:22.966 Sensor XML Sensor [xml] (done) | time=5ms
[INFO] 09:47:22.966 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.966 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:22.966 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:22.966 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:22.966 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:22.966 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:22.967 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.967 0 source files to be analyzed
[INFO] 09:47:22.970 0/0 source files have been analyzed
[INFO] 09:47:22.970 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:22.970 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.970 0 Serverless function entries were found in the project
[INFO] 09:47:22.970 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.970 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.970 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.970 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.970 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.970 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.970 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model.edit
[INFO] 09:47:22.993 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:22.993 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:22.993 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:22.993 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:22.993 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:22.994 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:22.994 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:22.995 0 source files to be analyzed
[INFO] 09:47:22.997 0/0 source files have been analyzed
[INFO] 09:47:22.998 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:22.998 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:22.998 0 Serverless function entries were found in the project
[INFO] 09:47:22.998 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:22.998 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:22.998 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:22.998 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.998 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:22.998 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:22.998 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model
[INFO] 09:47:23.030 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:23.030 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:23.030 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:23.030 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[INFO] 09:47:23.030 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 09:47:23.031 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 09:47:23.031 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:23.032 0 source files to be analyzed
[INFO] 09:47:23.035 0/0 source files have been analyzed
[INFO] 09:47:23.035 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:23.035 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:23.035 0 Serverless function entries were found in the project
[INFO] 09:47:23.035 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:23.035 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:23.035 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:23.035 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.035 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:23.035 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.036 ------------- Run sensors on module Capella Sudio Aggregator Module
[INFO] 09:47:23.057 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:23.057 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:23.057 Sensor XML Sensor [xml]
[INFO] 09:47:23.058 1 source file to be analyzed
[INFO] 09:47:23.065 1/1 source file has been analyzed
[INFO] 09:47:23.065 Sensor XML Sensor [xml] (done) | time=8ms
[INFO] 09:47:23.065 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:23.065 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:23.065 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:23.065 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:23.065 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:23.065 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:23.065 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:23.065 0 source files to be analyzed
[INFO] 09:47:23.068 0/0 source files have been analyzed
[INFO] 09:47:23.069 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:23.069 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:23.069 0 Serverless function entries were found in the project
[INFO] 09:47:23.069 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:23.069 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:23.069 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:23.069 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.069 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:23.069 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.069 ------------- Run sensors on module Capella Studio
[INFO] 09:47:23.091 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:23.091 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:23.091 Sensor XML Sensor [xml]
[INFO] 09:47:23.091 1 source file to be analyzed
[INFO] 09:47:23.126 1/1 source file has been analyzed
[INFO] 09:47:23.126 Sensor XML Sensor [xml] (done) | time=35ms
[INFO] 09:47:23.126 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:23.126 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:23.126 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:23.126 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:23.126 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:23.126 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:23.126 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:23.127 0 source files to be analyzed
[INFO] 09:47:23.130 0/0 source files have been analyzed
[INFO] 09:47:23.130 Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] 09:47:23.130 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:23.130 0 Serverless function entries were found in the project
[INFO] 09:47:23.130 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:23.130 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 09:47:23.130 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:23.130 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.130 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:23.130 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.130 ------------- Run sensors on module Capella Studio Root
[INFO] 09:47:23.153 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 09:47:23.153 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 09:47:23.154 Sensor XML Sensor [xml]
[INFO] 09:47:23.154 1 source file to be analyzed
[INFO] 09:47:23.159 1/1 source file has been analyzed
[INFO] 09:47:23.159 Sensor XML Sensor [xml] (done) | time=5ms
[INFO] 09:47:23.160 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 09:47:23.160 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml'
[INFO] 09:47:23.160 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml'
[WARNING] 09:47:23.160 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 09:47:23.160 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 09:47:23.160 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 09:47:23.160 Sensor IaC Docker Sensor [iac]
[INFO] 09:47:23.160 0 source files to be analyzed
[INFO] 09:47:23.163 0/0 source files have been analyzed
[INFO] 09:47:23.163 Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] 09:47:23.163 Sensor Serverless configuration file sensor [security]
[INFO] 09:47:23.164 0 Serverless function entries were found in the project
[INFO] 09:47:23.164 0 Serverless function handlers were kept as entrypoints
[INFO] 09:47:23.164 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 09:47:23.164 Sensor AWS SAM template file sensor [security]
[INFO] 09:47:23.164 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.164 Sensor AWS SAM Inline template file sensor [security]
[INFO] 09:47:23.164 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 09:47:23.164 Sensor javabugs [dbd]
[INFO] 09:47:23.198 Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ir/java
[INFO] 09:47:23.229 Analyzing 398 functions to detect bugs.
[INFO] 09:47:23.941 Sensor javabugs [dbd] (done) | time=777ms
[INFO] 09:47:23.941 Sensor pythonbugs [dbd]
[INFO] 09:47:23.941 Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ir/python
[INFO] 09:47:23.941 No IR files have been included for analysis.
[INFO] 09:47:23.941 Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] 09:47:23.942 Sensor TextAndSecretsSensor [text]
[INFO] 09:47:23.942 Available processors: 2
[INFO] 09:47:23.942 Using 2 threads for analysis.
[INFO] 09:47:24.351 84 source files to be analyzed
[INFO] 09:47:24.880 84/84 source files have been analyzed
[INFO] 09:47:24.881 Sensor TextAndSecretsSensor [text] (done) | time=939ms
[INFO] 09:47:24.881 Sensor JavaSecuritySensor [security]
[INFO] 09:47:24.917 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
[INFO] 09:47:24.917 Load type hierarchy and UCFGs: Starting
[INFO] 09:47:24.917 Load type hierarchy: Starting
[INFO] 09:47:24.918 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/java
[INFO] 09:47:24.975 Read 574 type definitions
[INFO] 09:47:24.985 Load type hierarchy: Time spent was 00:00:00.067
[INFO] 09:47:24.985 Load UCFGs: Starting
[INFO] 09:47:24.986 Reading UCFGs from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/java
[INFO] 09:47:25.275 Load UCFGs: Time spent was 00:00:00.289
[INFO] 09:47:25.275 Load type hierarchy and UCFGs: Time spent was 00:00:00.357
[INFO] 09:47:25.275 Analyzing 373 UCFGs to detect vulnerabilities.
[INFO] 09:47:25.275 Check cache: Starting
[INFO] 09:47:25.275 Load cache: Starting
[INFO] 09:47:25.275 Load cache: Time spent was 00:00:00.000
[INFO] 09:47:25.275 Check cache: Time spent was 00:00:00.000
[INFO] 09:47:25.275 Create runtime call graph: Starting
[INFO] 09:47:25.276 Variable Type Analysis #1: Starting
[INFO] 09:47:25.277 Create runtime type propagation graph: Starting
[INFO] 09:47:25.316 Create runtime type propagation graph: Time spent was 00:00:00.039
[INFO] 09:47:25.317 Run SCC (Tarjan) on 1968 nodes: Starting
[INFO] 09:47:25.321 Run SCC (Tarjan) on 1968 nodes: Time spent was 00:00:00.004
[INFO] 09:47:25.321 Tarjan found 1966 strongly connected components
[INFO] 09:47:25.321 Propagate runtime types to strongly connected components: Starting
[INFO] 09:47:25.327 Propagate runtime types to strongly connected components: Time spent was 00:00:00.006
[INFO] 09:47:25.327 Variable Type Analysis #1: Time spent was 00:00:00.051
[INFO] 09:47:25.331 Variable Type Analysis #2: Starting
[INFO] 09:47:25.331 Create runtime type propagation graph: Starting
[INFO] 09:47:25.344 Create runtime type propagation graph: Time spent was 00:00:00.013
[INFO] 09:47:25.344 Run SCC (Tarjan) on 1962 nodes: Starting
[INFO] 09:47:25.346 Run SCC (Tarjan) on 1962 nodes: Time spent was 00:00:00.001
[INFO] 09:47:25.346 Tarjan found 1960 strongly connected components
[INFO] 09:47:25.346 Propagate runtime types to strongly connected components: Starting
[INFO] 09:47:25.350 Propagate runtime types to strongly connected components: Time spent was 00:00:00.003
[INFO] 09:47:25.350 Variable Type Analysis #2: Time spent was 00:00:00.019
[INFO] 09:47:25.351 Create runtime call graph: Time spent was 00:00:00.075
[INFO] 09:47:25.351 Load config: Starting
[INFO] 09:47:26.852 Load config: Time spent was 00:00:01.501
[INFO] 09:47:26.853 Compute entry points: Starting
[INFO] 09:47:28.855 Compute entry points: Time spent was 00:00:02.002
[INFO] 09:47:28.855 No entry points found.
[INFO] 09:47:28.856 java security sensor: Time spent was 00:00:03.940
[INFO] 09:47:28.865 java security sensor: Begin: 2024-04-24T09:47:24.916003940Z, End: 2024-04-24T09:47:28.856011990Z, Duration: 00:00:03.940
  Load type hierarchy and UCFGs: Begin: 2024-04-24T09:47:24.917725083Z, End: 2024-04-24T09:47:25.275314955Z, Duration: 00:00:00.357
    Load type hierarchy: Begin: 2024-04-24T09:47:24.917779720Z, End: 2024-04-24T09:47:24.985401320Z, Duration: 00:00:00.067
    Load UCFGs: Begin: 2024-04-24T09:47:24.985704899Z, End: 2024-04-24T09:47:25.275184193Z, Duration: 00:00:00.289
  Check cache: Begin: 2024-04-24T09:47:25.275380763Z, End: 2024-04-24T09:47:25.275754675Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-04-24T09:47:25.275397200Z, End: 2024-04-24T09:47:25.275423036Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-04-24T09:47:25.275811840Z, End: 2024-04-24T09:47:25.351120769Z, Duration: 00:00:00.075
    Variable Type Analysis #1: Begin: 2024-04-24T09:47:25.276517823Z, End: 2024-04-24T09:47:25.327944834Z, Duration: 00:00:00.051
      Create runtime type propagation graph: Begin: 2024-04-24T09:47:25.277449237Z, End: 2024-04-24T09:47:25.316642693Z, Duration: 00:00:00.039
      Run SCC (Tarjan) on 1968 nodes: Begin: 2024-04-24T09:47:25.317028391Z, End: 2024-04-24T09:47:25.321218594Z, Duration: 00:00:00.004
      Propagate runtime types to strongly connected components: Begin: 2024-04-24T09:47:25.321364990Z, End: 2024-04-24T09:47:25.327824107Z, Duration: 00:00:00.006
    Variable Type Analysis #2: Begin: 2024-04-24T09:47:25.330989849Z, End: 2024-04-24T09:47:25.350073384Z, Duration: 00:00:00.019
      Create runtime type propagation graph: Begin: 2024-04-24T09:47:25.331057462Z, End: 2024-04-24T09:47:25.344266075Z, Duration: 00:00:00.013
      Run SCC (Tarjan) on 1962 nodes: Begin: 2024-04-24T09:47:25.344417759Z, End: 2024-04-24T09:47:25.346180494Z, Duration: 00:00:00.001
      Propagate runtime types to strongly connected components: Begin: 2024-04-24T09:47:25.346258112Z, End: 2024-04-24T09:47:25.349990325Z, Duration: 00:00:00.003
  Load config: Begin: 2024-04-24T09:47:25.351198352Z, End: 2024-04-24T09:47:26.852856735Z, Duration: 00:00:01.501
  Compute entry points: Begin: 2024-04-24T09:47:26.853074402Z, End: 2024-04-24T09:47:28.855742629Z, Duration: 00:00:02.002
[INFO] 09:47:28.865 java security sensor peak memory: 1385 MB
[INFO] 09:47:28.865 Sensor JavaSecuritySensor [security] (done) | time=3984ms
[INFO] 09:47:28.865 Sensor CSharpSecuritySensor [security]
[INFO] 09:47:28.865 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
[INFO] 09:47:28.865 Load type hierarchy and UCFGs: Starting
[INFO] 09:47:28.865 Load type hierarchy: Starting
[INFO] 09:47:28.865 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/ucfg2/cs
[INFO] 09:47:28.865 Read 0 type definitions
[INFO] 09:47:28.865 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 09:47:28.865 Load UCFGs: Starting
[INFO] 09:47:28.865 Load UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.865 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.865 No UCFGs have been included for analysis.
[INFO] 09:47:28.866 csharp security sensor: Time spent was 00:00:00.000
[INFO] 09:47:28.866 Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] 09:47:28.866 Sensor PhpSecuritySensor [security]
[INFO] 09:47:28.866 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 09:47:28.866 Load type hierarchy and UCFGs: Starting
[INFO] 09:47:28.866 Load type hierarchy: Starting
[INFO] 09:47:28.866 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/php
[INFO] 09:47:28.866 Read 0 type definitions
[INFO] 09:47:28.866 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 09:47:28.866 Load UCFGs: Starting
[INFO] 09:47:28.866 Load UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.866 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.866 No UCFGs have been included for analysis.
[INFO] 09:47:28.866 php security sensor: Time spent was 00:00:00.000
[INFO] 09:47:28.866 Sensor PhpSecuritySensor [security] (done) | time=0ms
[INFO] 09:47:28.866 Sensor PythonSecuritySensor [security]
[INFO] 09:47:28.866 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
[INFO] 09:47:28.866 Load type hierarchy and UCFGs: Starting
[INFO] 09:47:28.866 Load type hierarchy: Starting
[INFO] 09:47:28.867 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/python
[INFO] 09:47:28.867 Read 0 type definitions
[INFO] 09:47:28.867 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Load UCFGs: Starting
[INFO] 09:47:28.867 Load UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.867 No UCFGs have been included for analysis.
[INFO] 09:47:28.867 python security sensor: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 09:47:28.867 Sensor JsSecuritySensor [security]
[INFO] 09:47:28.867 Enabled taint analysis rules: S3649, S5883, S2076, S5146, S5144, S5696, S5334, S6096, S2631, S5147, S6105, S5131, S2083, S6350, S6287
[INFO] 09:47:28.867 Load type hierarchy and UCFGs: Starting
[INFO] 09:47:28.867 Load type hierarchy: Starting
[INFO] 09:47:28.867 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/js
[INFO] 09:47:28.867 Read 0 type definitions
[INFO] 09:47:28.867 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Load UCFGs: Starting
[INFO] 09:47:28.867 Load UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 09:47:28.867 No UCFGs have been included for analysis.
[INFO] 09:47:28.867 js security sensor: Time spent was 00:00:00.000
[INFO] 09:47:28.867 Sensor JsSecuritySensor [security] (done) | time=0ms
[INFO] 09:47:28.867 ------------- Run sensors on project
[INFO] 09:47:28.870 Sensor Zero Coverage Sensor
[INFO] 09:47:28.871 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 09:47:28.871 Sensor Java CPD Block Indexer
[INFO] 09:47:28.964 Sensor Java CPD Block Indexer (done) | time=93ms
[INFO] 09:47:28.970 SCM Publisher SCM provider for this project is: git
[INFO] 09:47:28.971 SCM Publisher 75 source files to be analyzed
[INFO] 09:47:29.533 SCM Publisher 75/75 source files have been analyzed (done) | time=561ms
[INFO] 09:47:29.542 CPD Executor 16 files had no CPD blocks
[INFO] 09:47:29.542 CPD Executor Calculating CPD for 52 files
[INFO] 09:47:29.564 CPD Executor CPD calculation finished (done) | time=22ms
[INFO] 09:47:29.815 Analysis report generated in 213ms, dir size=1000 KB
[INFO] 09:47:29.967 Analysis report compressed in 152ms, zip size=363 KB
[INFO] 09:47:30.813 Analysis report uploaded in 846ms
[INFO] 09:47:30.814 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse-capella_capella-studio&branch=master
[INFO] 09:47:30.814 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 09:47:30.814 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY8PgM3075sAt1eYuvtP
[INFO] 09:47:32.190 Sensor cache published successfully
[INFO] 09:47:32.213 Analysis total time: 41.545 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT:
[INFO] 
[INFO] Capella Studio ..................................... SKIPPED
[INFO] org.polarsys.capella.studio.releng.targets ......... SKIPPED
[INFO] org.polarsys.capella.extension.genchain.model ...... SKIPPED
[INFO] org.polarsys.capella.extension.genchain ............ SKIPPED
[INFO] org.polarsys.capella.extension.genchain.model.edit . SKIPPED
[INFO] org.polarsys.capella.extension.tools ............... SKIPPED
[INFO] org.polarsys.capella.extension.tools.ui ............ SKIPPED
[INFO] org.polarsys.capella.studio.product ................ SKIPPED
[INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui  SKIPPED
[INFO] org.polarsys.capella.ta ............................ SKIPPED
[INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SKIPPED
[INFO] org.polarsys.capella.cdo.ta.definition ............. SKIPPED
[INFO] org.polarsys.capella.cdo.ta.ext .................... SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta ..................... SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SKIPPED
[INFO] org.polarsys.capella.studio.doc .................... SKIPPED
[INFO] org.polarsys.capella.extension.sdk.feature ......... SKIPPED
[INFO] org.polarsys.capella.studio.doc.feature ............ SKIPPED
[INFO] org.polarsys.capella.studio.product.feature ........ SKIPPED
[INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SKIPPED
[INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SKIPPED
[INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SKIPPED
[INFO] org.polarsys.capella.studio.releng.eclipse.feature . SKIPPED
[INFO] org.polarsys.capella.studio.releng.capella.feature . SKIPPED
[INFO] org.polarsys.capella.studio.releng.kitalpha.feature  SKIPPED
[INFO] org.polarsys.capella.studio.releng.updatesite ...... SKIPPED
[INFO] Capella Sudio Aggregator Module .................... SKIPPED
[INFO] org.polarsys.capella.studio.test ................... SKIPPED
[INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SKIPPED
[INFO] org.polarsys.capella.studio.test.feature ........... SKIPPED
[INFO] Capella Sudio tests Aggregator Module .............. SKIPPED
[INFO] org.polarsys.capella.extension.rcptt ............... SKIPPED
[INFO] org.polarsys.capella.gen.doc.tests ................. SKIPPED
[INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SKIPPED
[INFO] capellastudio.vpdsl.qualityassessment.tests ........ SKIPPED
[INFO] capellastudio.vpdsl.qualityassessment.reverse.tests  SKIPPED
[INFO] Capella Studio  RCPTT tests Aggregator Module ...... SKIPPED
[INFO] Capella Studio Root ................................ SUCCESS [ 47.719 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:25 min
[INFO] Finished at: 2024-04-24T09:47:32Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: UNSTABLE