Skip to content
Failed

Console Output

Branch indexing
12:27:01 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 0fc647f155e355785b2f88eec3300fd0c264aa67
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master revision fa5439fa28b59bf449f1d9e00822dd2902cea503
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/a-addon-requirements_issue183xcx@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision fa5439fa28b59bf449f1d9e00822dd2902cea503 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10
Commit message: "Add capability to get aarch64 JDK for macOS and Linux"
 > git rev-list --no-walk fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-1w5h8 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-1w5h8"
  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-1w5h8"
    - 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-1w5h8"
    - 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-3131.vf2b_b_798b_ce99"
    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-1w5h8 in /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx
[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-requirements-vp.git
 > git init /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-requirements-vp.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-requirements-vp.git +refs/heads/issue183xcx:refs/remotes/origin/issue183xcx # timeout=10
Avoid second fetch
Checking out Revision 0fc647f155e355785b2f88eec3300fd0c264aa67 (issue183xcx)
 > git config remote.origin.url https://github.com/eclipse/capella-requirements-vp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/issue183xcx:refs/remotes/origin/issue183xcx # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0fc647f155e355785b2f88eec3300fd0c264aa67 # timeout=10
Commit message: "javax"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
 > git rev-list --no-walk da4b7dbe796ec36e7a6f647c1eb9ddf0e2a4ccf0 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Target Platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ env
JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=b1e07959-dc3f-4418-81bb-aa8205968124
BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/11/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-1w5h8
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://10.30.0.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Generate Target Platform
BUILD_TAG=jenkins-capella-addon-requirements-issue183xcx-11
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=issue183xcx
GIT_PREVIOUS_COMMIT=da4b7dbe796ec36e7a6f647c1eb9ddf0e2a4ccf0
CAPELLA_BRANCH=master
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=10.30.0.1
JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/
WORKSPACE=/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/11/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-1w5h8
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/11/display/redirect?page=artifacts
JENKINS_HOME=/var/jenkins
GIT_COMMIT=0fc647f155e355785b2f88eec3300fd0c264aa67
PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/11/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx
JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145
JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
JENKINS_UI_PORT=tcp://10.30.76.25:80
HUDSON_URL=https://ci.eclipse.org/capella/
LANG=en_US.UTF-8
JOB_NAME=capella-addon-requirements/issue183xcx
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#11
JENKINS_URL=https://ci.eclipse.org/capella/
BUILD_ID=11
JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
JOB_BASE_NAME=issue183xcx
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/11/display/redirect?page=tests
BUILD_KEY=issue183xcx
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145
JENKINS_SECRET=****
M2_HOME=/opt/tools/apache-maven/latest
SHLVL=2
HOME=/home/jenkins
GIT_BRANCH=issue183xcx
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-88cd05d727517c1a5c8195221b4d36ace763e953dc59dabb917760f50e54e1c2
NODE_LABELS=centos-7 centos-7-1w5h8 jipp-migration migration
GIT_URL=https://github.com/eclipse/capella-requirements-vp.git
NSS_SDB_USE_CACHE=no
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/capella/capella
library.capella-pipeline-library.version=master
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-1w5h8
JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80
JENKINS_UI_SERVICE_HOST=10.30.76.25
JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/issue183xcx/display/redirect
BUILD_NUMBER=11
HUDSON_COOKIE=9e93e0d0-592b-404b-800f-0fd73f1be49c
DISPLAY=:0
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_NAME=centos-7-1w5h8
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] sh
+ mvn clean verify -f releng/org.polarsys.capella.vp.requirements.target/pom.xml
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< org.polarsys:capella.target-definition >---------------
[INFO] Building capella.target-definition 0.14.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition ---
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition ---
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2023-03
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (461B)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (6.8kB)
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB)
[INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.75MB)
[INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.01kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.23MB)
[INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (586.39kB)
[INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.92kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.12kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.35kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (717.41kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.34kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.54kB)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.89kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.65kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (844.43kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (909.51kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (262.89kB)
[INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.66kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202301141839.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (281.21kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (105.03kB)
[INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.99kB)
[INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (313.56kB)
[INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (362.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.59kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.09kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (595.34kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (564.57kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.202209040659.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (82.63kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (136.96kB)
[INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (496.58kB)
[INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (570.79kB)
[INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.76kB)
[INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (621.13kB)
[INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.39MB)
[INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.05kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (892.83kB)
[INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (691.11kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (331.64kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.39kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (286.17kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (314.81kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (400.21kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.85kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.06kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.53kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (395.08kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.61kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (266.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (149.44kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.14kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.78kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.68kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.1kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (291.47kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.82kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (168.05kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (188.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (301.89kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (354.71kB)
[INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.79kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.66kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.91kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.76kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.84kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.19kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.7kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.69kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (249.79kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.6kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.54kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.26kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.71kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.06kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.7kB)
[INFO] Fetching bcpg.source_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (311.89kB)
[INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.5MB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.97kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (246.26kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.65kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.22kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.59kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.45kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.56kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.5kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.64kB)
[INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.61kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.55kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.34kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.56kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.79kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.27kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.3kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.24kB)
[INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.05kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.28kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.45kB)
[INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (454.22kB)
[INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (347.82kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.31kB)
[INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4MB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.01MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (343.25kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.02kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.95MB)
[INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (499.45kB)
[INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (425.29kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.28kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.67kB)
[INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (394.87kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.07kB)
[INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.96kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (504.19kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.36kB)
[INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.94kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.17kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.29kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.81kB)
[INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.02kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.36kB)
[INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (121.86kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.5kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.45kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.05kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.65kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.15kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (195.86kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.89kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (137.29kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.28kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.9kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.59kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.89kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (288.83kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.47kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, tp/capella.target-definition.targetplatform]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/ (143.27kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/ (20.44kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/ (20.44kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/ (6.61kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/ (6.61kB)
>>  Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB)
>>  Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.9.x/ (116B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.9.x/ (116B)
>>  Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.9.x/ (170.01kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.9.x/ (170.01kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20230307-0126/ (110B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20230307-0126/ (110B)
>>  Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20230307-0126/ (105.8kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20230307-0126/ (105.8kB)
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/ (15.48kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/ (15.48kB)
>>  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/tools/orbit/downloads/2023-03/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B)
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/ (19.51kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/ (19.51kB)
>>  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 http://download.eclipse.org/releases/2023-03/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/releases/2023-03/ (122B)
>>  Fetching compositeContent.jar from http://download.eclipse.org/releases/2023-03/ (481B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from http://download.eclipse.org/releases/2023-03/ (481B)
>>  Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2023-03/ (442B)
>>  Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB)
>>  Fetching p2.index from http://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/releases/2023-03/202303151000/ (140B)
>>  Fetching content.xml.xz from http://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B)
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  1 operation remaining.
>>  Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B)
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/ (46.06kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/ (46.06kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/ (20.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/ (20.42kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  Fetching p2.index from http://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/nebula/releases/3.0.0/ (172B)
>>  Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB)
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
>>  Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
>>  Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
The target platform definition file has been successfully generated.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  37.670 s
[INFO] Finished at: 2023-11-14T17:28:04Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Package)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.quickfix/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties
/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.target/tp/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@4b9dd787...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties
[INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B)
[INFO] Fetching com.google.guava_31.1.0.jre.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.82MB)
[INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.51kB)
[INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.82MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.44MB)
[INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (529.46kB)
[INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (253.47kB)
[INFO] Fetching org.apache.batik.dom_1.16.0.v20230210-1249.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (206.11kB)
[INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (452.28kB)
[INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (94.68kB)
[INFO] Fetching org.apache.batik.bridge_1.16.0.v20230210-1249.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (744.81kB)
[INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (212.25kB)
[INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (40.19kB)
[INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (47.81kB)
[INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (128.92kB)
[INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (146.97kB)
[INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (24.58kB)
[INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (251.99kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (300.96kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20230214-1401.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (371.28kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from http://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/nattable/releases/2.1.0/repository/plugins/ (109.07kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.44kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (412.33kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.93kB)
[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.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (119.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (259.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (103.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (122.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (102.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (78.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (135.43kB)
[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.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (116.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (192.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.10.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (30.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (95.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (103.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (51.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (221.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (92.35kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (139.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (94.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (200.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (218.41kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (65kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (25.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (120.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (126.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (71.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.10.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (320.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (111.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (155.83kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.5.1.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (1.58MB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.67kB)
[INFO] Fetching org.eclipse.sirius_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (877.77kB)
[INFO] Fetching org.eclipse.sirius.common_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (258.62kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (95.46kB)
[INFO] Fetching org.eclipse.sirius.model_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (642.23kB)
[INFO] Fetching org.eclipse.sirius.ext.base_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (31.15kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (19.37kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.sirius.common.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (285.83kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (43.27kB)
[INFO] Fetching org.eclipse.sirius.diagram_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (711.27kB)
[INFO] Fetching org.eclipse.sirius.diagram.model_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (760.35kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (59.3kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (5.73MB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (119.03kB)
[INFO] Fetching org.eclipse.sirius.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (34.35kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.61kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.77kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.66kB)
[INFO] Fetching org.eclipse.sirius.table_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (125.1kB)
[INFO] Fetching org.eclipse.sirius.table.model_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (248.06kB)
[INFO] Fetching org.polarsys.capella.common_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (83.76kB)
[INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (46.86kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (148.98kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (43.52kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (103.96kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (36.66kB)
[INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (43.08kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (75.2kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.68kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (53.34kB)
[INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (63.72kB)
[INFO] Fetching org.polarsys.capella.common.model_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (33.23kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (51.58kB)
[INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (36.29kB)
[INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.04kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.35kB)
[INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (36.38kB)
[INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (55.92kB)
[INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (32.72kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (46.31kB)
[INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (45.83kB)
[INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (50.36kB)
[INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (20.35kB)
[INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (25.14kB)
[INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (68.79kB)
[INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (223.6kB)
[INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (128.93kB)
[INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (2.24MB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (1.25MB)
[INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (416.75kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (26.82kB)
[INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (498.33kB)
[INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (33.39kB)
[INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.48kB)
[INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (44.74kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (47.69kB)
[INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (224.26kB)
[INFO] Fetching org.polarsys.capella.core.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (44.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (301.81kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.77kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (90.92kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (84.62kB)
[INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.58kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (44.86kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.35kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (27.32kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (40.91kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (73.15kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (48.36kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (43.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.66kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (27.76kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.96kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (33.75kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (24.69kB)
[INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.7kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.49kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.93kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties
[INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (182.62kB)
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20220506-1020.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.94kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20221207-1049.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (823.2kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (356.05kB)
[INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.85MB)
[INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.69MB)
[INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.45MB)
[INFO] Fetching org.apache.sshd.osgi_2.9.2.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.88MB)
[INFO] Fetching org.apache.sshd.sftp_2.9.2.v20221117-1942.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.68kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (284.83kB)
[INFO] Fetching org.eclipse.sirius.table.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (590.25kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (248.34kB)
[INFO] Fetching org.eclipse.egit.core_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (628.95kB)
[INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.94MB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.11kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.13kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (212.91kB)
[INFO] Fetching org.eclipse.help.base_4.3.1000.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.56kB)
[INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (536.94kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.600.v20230128-2205.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.13kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (438.6kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.72kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (282.84kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (38.17kB)
[INFO] Fetching org.eclipse.sirius.tree_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (111.76kB)
[INFO] Fetching org.eclipse.sirius.tree.model_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (155.66kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.700.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.89kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.47kB)
[INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (48.44kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (55.85kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (151.96kB)
[INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (49.09kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (24.58kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (164.47kB)
[INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (24.39kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (31.23kB)
[INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (24.05kB)
[INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.08kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (74.11kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (72.65kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.46kB)
[INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (30.23kB)
[INFO] Fetching org.polarsys.capella.core.application_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (16.6kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (51.32kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (29.1kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (117.92kB)
[INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (1.41MB)
[INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (75.88kB)
[INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (79.36kB)
[INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (79.61kB)
[INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (32.93kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (273.52kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (199.64kB)
[INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (59.26kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (88.27kB)
[INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (167.4kB)
[INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (112.35kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (235.43kB)
[INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (156.32kB)
[INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (1.8MB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (111.03kB)
[INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (285.63kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (25.16kB)
[INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.86kB)
[INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (480.21kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties
[INFO] Fetching javax.xml_1.4.1.v20220503-2331.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (339.43kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (1.28MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (100.31kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (293.72kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (69.37kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (20.03kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (32.4kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (47.76kB)
[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.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (57.62kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.74kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (35.89kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (23.61kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (37.17kB)
[INFO] Fetching org.eclipse.rmf.reqif10_0.13.0.201509161042.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (223.27kB)
[INFO] Fetching org.eclipse.rmf.reqif10.common_0.13.0.201509161042.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (36.08kB)
[INFO] Fetching org.eclipse.rmf.reqif10.xhtml_0.13.0.201509161042.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (475.66kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (188.54kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (17.23kB)
[INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (276.89kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (32.06kB)
[INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (64.16kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (313.87kB)
[INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (36.92kB)
[INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (48.31kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.22kB)
[INFO] Fetching org.polarsys.capella.core.services_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.65kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (114.45kB)
[INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (77.14kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (87.22kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (24.26kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.52kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.9kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (30.73kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (88.57kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (295.87kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (27.7kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (20.75kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.37kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.edit/pom.xml
[INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (77.42kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (36.33kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (106.81kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (41.56kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (31.57kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (55.59kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (91.79kB)
[INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (32.32kB)
[INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (218.3kB)
[INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.37kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (57.09kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (25.41kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (32.55kB)
[INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.74kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties
[INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (927.08kB)
[INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (11.09MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (2.76MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (142.29kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (40.83kB)
[INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (38.91kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (65.46kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (27.2kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (66.04kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (80.44kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (117.87kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties
[INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (65.15kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (63.16kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (30.58kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.quickfix:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.quickfix/.polyglot.build.properties
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.85kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (61.85kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/pom.xml
[INFO] Fetching org.eclipse.emf.cdo_4.21.0.v20230221-1613.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.20.1.v20230221-1613.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (726.97kB)
[INFO] Fetching org.eclipse.net4j.util_3.21.1.v20230221-1613.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (868.42kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (15.5kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (14.66kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (15.17kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (26.88kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (12.35kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.docgen/pom.xml
[INFO] Fetching org.eclipse.egf.common_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (78.9kB)
[INFO] Fetching org.eclipse.egf.core_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (139.42kB)
[INFO] Fetching org.eclipse.egf.core.platform_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/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/stable/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/stable/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/stable/1.6.4/2023-03/plugins/ (407.63kB)
[INFO] Fetching org.eclipse.egf.model.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (49.06kB)
[INFO] Fetching org.eclipse.egf.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.egf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (149.78kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.13kB)
[INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/stable/1.6.4/2023-03/plugins/ (35.12kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (469.89kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (63.05kB)
[INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.12kB)
[INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (549.77kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (58.86kB)
[INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (263.71kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (264.33kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (27.13kB)
[INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (81.05kB)
[INFO] Fetching org.polarsys.capella.docgen_7.0.0.202311101059.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/plugins/ (540.06kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202310101157.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/plugins/ (475.92kB)
[INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202310101157.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/plugins/ (33.09kB)
[INFO] Fetching org.polarsys.capella.docgen.preference_7.0.0.202311101059.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master-PR-238-5/plugins/ (22.21kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (19.67kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/tests/org.polarsys.capella.vp.requirements.ju/pom.xml
[INFO] Fetching ch.qos.logback.classic_1.2.11.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (226.42kB)
[INFO] Fetching ch.qos.logback.core_1.2.11.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (438.25kB)
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (21.17kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB)
[INFO] Fetching com.ibm.icu_72.1.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72MB)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (302.99kB)
[INFO] Fetching com.sun.el.javax.el_3.0.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.76kB)
[INFO] Fetching javax.el-api_3.0.3.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.95kB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.16MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from http://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.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.03kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.93kB)
[INFO] Fetching junit-jupiter-api_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.89kB)
[INFO] Fetching junit-platform-commons_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.63kB)
[INFO] Fetching org.opentest4j_1.2.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.47kB)
[INFO] Fetching junit-jupiter-engine_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (240.83kB)
[INFO] Fetching junit-platform-engine_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (184.79kB)
[INFO] Fetching junit-platform-launcher_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (165.27kB)
[INFO] Fetching junit-jupiter-migrationsupport_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (421.77kB)
[INFO] Fetching junit-jupiter-params_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (566.24kB)
[INFO] Fetching junit-platform-runner_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.19kB)
[INFO] Fetching junit-platform-suite-api_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.73kB)
[INFO] Fetching junit-platform-suite-commons_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.94kB)
[INFO] Fetching junit-platform-suite-engine_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB)
[INFO] Fetching junit-vintage-engine_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.33kB)
[INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (360.77kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.06MB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (314.74kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.76kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.69kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB)
[INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB)
[INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB)
[INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB)
[INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB)
[INFO] Fetching org.apiguardian.api_1.1.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.65kB)
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (494.93kB)
[INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB)
[INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.73kB)
[INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.13kB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (323.6kB)
[INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.63kB)
[INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.31MB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (18.53kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174.11kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (25.82kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.14kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (19.17kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (40.33kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.14.0.202305031252 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/binary/ (8.65kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (177.46kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (20.48kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.300.v20230126-0801.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.6kB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.200.v20230209-1546.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (546.88kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.88kB)
[INFO] Fetching org.eclipse.draw2d_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.74kB)
[INFO] Fetching org.eclipse.draw2d.source_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (539.94kB)
[INFO] Fetching org.eclipse.draw2d.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.67kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.200.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.9kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.e4.rcp_4.27.0.v20230220-1431.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.84kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.400.v20220915-1347.jar from http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164kB)
[INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (321.27kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (128.49kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.78kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.15kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20221203-1659.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.77kB)
[INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (22.04kB)
[INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (16.56kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (679.43kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.17.100.v20230202-1341.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (148.72kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.200.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.98kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.400.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (152.5kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.82kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.12.0.v20230214-1401.jar from http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.39kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.69kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.300.v20230111-0823.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.41kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.15kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (177.96kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.300.v20230220-1352.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.82kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.11.100.v20221006-1531.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.03kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.200.v20230103-1101.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.jface.source_3.29.0.v20230214-1401.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.14.100.v20230214-1401.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.56kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.77kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.4kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.66kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.600.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.52kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.300.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.1kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.200.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.31kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.3.0.202212101352.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.97kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.47kB)
[INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.37kB)
[INFO] Fetching org.osgi.service.component.source_1.5.1.202212101352.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.55kB)
[INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.49kB)
[INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.65kB)
[INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB)
[INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.88kB)
[INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.8kB)
[INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.29kB)
[INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.26kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.27.0.v20230220-1431.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.75kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.500.v20230220-1147.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.11kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.100.v20230220-1147.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (29.7kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.401.v20221105-0315.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.84kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (376.07kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (85.46kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (615.96kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (828.19kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (197.36kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.701.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (31.17kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (25.15kB)
[INFO] Fetching org.eclipse.egit.ui_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.91MB)
[INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.egit.doc_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.49MB)
[INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.egit.core.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.28kB)
[INFO] Fetching org.eclipse.egit.ui.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.97MB)
[INFO] Fetching org.eclipse.egit.gitflow.source_6.5.0.202303070854-r.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (67.08kB)
[INFO] Fetching org.eclipse.egit.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB)
[INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.31kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.9.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.41kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (387.45kB)
[INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.47kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (192.75kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.42kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.51kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (550.32kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.12.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.33.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB)
[INFO] Fetching org.eclipse.emf.codegen_2.24.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.23.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.24.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.18kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (304.47kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.25.0.v20230211-1150.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.26kB)
[INFO] Fetching org.eclipse.emf.common_2.29.0.v20230223-0922.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20230223-0922.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.35kB)
[INFO] Fetching org.eclipse.emf.common.source_2.29.0.v20230223-0922.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.86kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.21.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.21kB)
[INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.31kB)
[INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.79kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.53kB)
[INFO] Fetching org.eclipse.emf.converter_2.19.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.13.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.11.0.v20230211-1150.jar from http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.56kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.19.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.10.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB)
[INFO] Fetching org.eclipse.emf.databinding_1.10.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.01kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.10.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (26.53kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (23.25kB)
[INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/plugins/ (82.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.14.0.202208171209.jar from https://download.eclipse.org/diffmerge/releases/0.14.0/edm-coevolution-site/features/ (36.16kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (36.48kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.emf.diffmerge.doc_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (2.17MB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (86.5kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.92kB)
[INFO] Fetching org.eclipse.emf.diffmerge.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (117.07kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (294.91kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (106.63kB)
[INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (153.32kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (68.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.7kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (20.25kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.2kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.81kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.37kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.71kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.65kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.25kB)
[INFO] Fetching org.eclipse.emf.doc_2.29.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.31.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.9kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.16.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20230211-1150.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.25kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.19.0.v20230224-1122.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.18.0.v20230224-1122.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.ecore_2.31.0.v20230226-0921.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.33.0.v20230226-0921.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (153.47kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.31.0.v20230226-0921.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.24kB)
[INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.77kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.19.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.23.0.v20230211-1150.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.11.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (363.38kB)
[INFO] Fetching org.eclipse.emf_2.33.0.v20230226-0921.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.83kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.43kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.44kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.46kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.34kB)
[INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.5kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.15.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.sdk_2.33.0.v20230226-0921.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.source_2.9.0.v20230211-1150.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.source_2.33.0.v20230226-0921.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.64kB)
[INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.2.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.55kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.1.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.13.0.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.emf.validation_1.13.2.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.94kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.1.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (324.2kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.1.202208271102.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.44kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.13.2.202208271102.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.emf.workspace_1.13.0.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.89kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.2.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.15kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.1.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.13.0.202208110935.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (23.8kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.29kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (777.19kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.97kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (554.88kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.35kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1700.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.49kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1700.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1900.v20230120-0604.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB)
[INFO] Fetching org.eclipse.gef_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.9kB)
[INFO] Fetching org.eclipse.gef.source_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (829.01kB)
[INFO] Fetching org.eclipse.gef.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (94.93kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (20.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (21.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (102.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (20.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.gmf_1.16.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (754.7kB)
[INFO] Fetching org.eclipse.gmf_1.16.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/features/ (24.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB)
[INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (20.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.16.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/features/ (23.76kB)
[INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (411.77kB)
[INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (428.84kB)
[INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (529.05kB)
[INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (114.68kB)
[INFO] Fetching org.apache.batik.dom.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (179.81kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (244.54kB)
[INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (24.6kB)
[INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (224.52kB)
[INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (99.8kB)
[INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (43.1kB)
[INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (19.09kB)
[INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (270.98kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (127.53kB)
[INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.16.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/features/ (23.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (178.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (73.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (36.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (92.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (78.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (82.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (16.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (63.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (112.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.10.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (845.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (133.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (72.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (103.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (84.63kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (21.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (83.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.8.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (87.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (50.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.10.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (46.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (166.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (98.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (29.34kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (92.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.10.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (185.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (76.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (51.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (91.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (23.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (14.71kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.8.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (60.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.9.0.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/plugins/ (61.98kB)
[INFO] Fetching org.eclipse.gmf.source_1.16.1.202309010720.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202309010720/features/ (23.96kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.1000.v20221221-1358.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (738.67kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.42kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (118.37kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.help_2.3.1300.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB)
[INFO] Fetching javax.el-api.source_3.0.3.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.93kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164.65kB)
[INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (162.63kB)
[INFO] Fetching com.sun.el.javax.el.source_3.0.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (274.06kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (461.72kB)
[INFO] Fetching org.apache.lucene.analysis-common.source_9.4.2.v20221211-0752.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.61MB)
[INFO] Fetching org.apache.lucene.core.source_9.4.2.v20221211-0752.jar from http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.1000.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.02kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.100.v20220619-1918.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (222.75kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.1000.v20221221-1358.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (204.02kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.37kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.3kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.01kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (441.53kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.71kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.63kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.13.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.22kB)
[INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.47kB)
[INFO] Fetching org.eclipse.help.source_2.3.1300.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.73kB)
[INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.9kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.100.v20221202-1820.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.69kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.astview_1.5.200.v20230122-1501.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (139.38kB)
[INFO] Fetching org.eclipse.jdt.astview.feature_1.1.15.v20230122-1501.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.57kB)
[INFO] Fetching org.eclipse.jdt.bcoview_1.1.0.v20230116-1714.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.74kB)
[INFO] Fetching org.objectweb.asm.tree_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (66.98kB)
[INFO] Fetching org.objectweb.asm.util_9.4.0.v20221107-1714.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104kB)
[INFO] Fetching org.objectweb.asm.tree.analysis_9.4.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.53kB)
[INFO] Fetching org.eclipse.jdt.bcoview.feature_1.1.0.v20230117-1348.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.65kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1900.v20230301-0615.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.01MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1700.v20230301-1632.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.82MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.600.v20230209-1546.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.79kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.02kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.43kB)
[INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.53kB)
[INFO] Fetching org.eclipse.jdt.jeview_1.4.200.v20230122-1501.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (242.12kB)
[INFO] Fetching org.eclipse.jdt.jeview.feature_1.0.14.v20230122-1501.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.56kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.300.v20220718-1722.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.100.v20221201-1549.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.jdt.core.source_3.33.0.v20230222-1748.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (849.4kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.20.100.v20230119-1127.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (776.14kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.15.200.v20230209-1546.jar from http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.58kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.900.v20230209-1222.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (353.42kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.28.0.v20230210-2115.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (5.26MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.3kB)
[INFO] Fetching junit-jupiter-api.source_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (201.17kB)
[INFO] Fetching junit-jupiter-engine.source_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.92kB)
[INFO] Fetching junit-jupiter-migrationsupport.source_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB)
[INFO] Fetching junit-jupiter-params.source_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (73.08kB)
[INFO] Fetching junit-platform-commons.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.37kB)
[INFO] Fetching junit-platform-engine.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.26kB)
[INFO] Fetching junit-platform-launcher.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.54kB)
[INFO] Fetching junit-platform-runner.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.35kB)
[INFO] Fetching junit-platform-suite-api.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.93kB)
[INFO] Fetching junit-platform-suite-commons.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB)
[INFO] Fetching junit-platform-suite-engine.source_1.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.6kB)
[INFO] Fetching junit-vintage-engine.source_5.9.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB)
[INFO] Fetching org.opentest4j.source_1.2.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.53kB)
[INFO] Fetching org.apiguardian.api.source_1.1.2.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.73kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.400.v20220718-1722.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (130.7kB)
[INFO] Fetching org.eclipse.jdt.source_3.19.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB)
[INFO] Fetching org.eclipse.jgit.archive_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (16.17kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (16.19kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB)
[INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.jgit.ant.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.05kB)
[INFO] Fetching org.eclipse.jgit.archive.source_6.5.0.202303070854-r.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.9kB)
[INFO] Fetching org.eclipse.jgit.junit.source_6.5.0.202303070854-r.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24kB)
[INFO] Fetching org.eclipse.jgit.junit.ssh.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.97kB)
[INFO] Fetching org.eclipse.jgit.lfs.source_6.5.0.202303070854-r.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.51kB)
[INFO] Fetching org.eclipse.jgit.pgm.source_6.5.0.202303070854-r.jar from http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.93kB)
[INFO] Fetching org.eclipse.jgit.ui.source_6.5.0.202303070854-r.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.39kB)
[INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (16.44kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB)
[INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.17kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.52kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB)
[INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB)
[INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB)
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB)
[INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB)
[INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB)
[INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202303072132.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (1.53MB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.5.1.202303072132.jar from http://download.eclipse.org/nebula/releases/3.0.0/features/ (20.34kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.1200.v20230214-1309.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (933.94kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (509.83kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.800.v20230214-0834.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1900.v20230116-1011.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.28MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.33kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.14kB)
[INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.72kB)
[INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.45kB)
[INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.33kB)
[INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.08kB)
[INFO] Fetching org.eclipse.pde_3.13.2200.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.800.v20230202-1542.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (581.33kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.300.v20230129-1906.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.69kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.67kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.100.v20221111-1233.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.96kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.300.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.500.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.400.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.75kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.400.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.2kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.500.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.37kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.300.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.78kB)
[INFO] Fetching org.eclipse.pde.spy.event_1.0.200.v20230210-1609.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.98kB)
[INFO] Fetching org.eclipse.pde_3.14.1500.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.38kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.400.v20220923-1253.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.82kB)
[INFO] Fetching org.eclipse.pde.core.source_3.16.100.v20230126-0956.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.600.v20230128-2205.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.55kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.800.v20230214-0834.jar from http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.300.v20230129-1906.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.300.v20220810-1011.jar from http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.64kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1500.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.500.v20230220-1021.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.400.v20221207-1659.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (160.56kB)
[INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (689.58kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.28MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.33MB of 35.28MB at 23.33MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.27.0.v20230301-1632.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.83MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.500.v20230129-1959.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.62kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.1MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.400.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.76kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.14kB)
[INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (22.36kB)
[INFO] Fetching org.eclipse.platform_root_4.27.0.v20230302-0300 from http://download.eclipse.org/releases/2023-03/202303151000/binary/ (196B)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (99.47kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (296.03kB)
[INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64kB)
[INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (424.81kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.core.resources.source_3.18.200.v20230209-0754.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (811.88kB)
[INFO] Fetching org.eclipse.debug.core.source_3.20.100.v20230124-1239.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (406.82kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.17.200.v20230220-1318.jar from http://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 http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (253.1kB)
[INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.48kB)
[INFO] Fetching org.eclipse.search.source_3.14.400.v20230209-0804.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.32kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.500.v20230129-1959.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.85kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.700.v20221201-0946.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (369.59kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.600.v20230207-1607.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (768.16kB)
[INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.76kB)
[INFO] Fetching org.eclipse.jface.text.source_3.23.0.v20230123-1047.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (821.2kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.72kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (166.31kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.88kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.99kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.400.v20230220-1021.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.87kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.400.v20221207-1659.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.41kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.400.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.98kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.11.0.v20230214-1401.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.84kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (445.61kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.400.v20230220-0932.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.04kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.15.0.v20221201-1935.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (332.36kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.300.v20230126-0801.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.27kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.20.100.v20230220-1021.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.600.v20230220-0932.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.56kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.21kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.2200.v20230220-0932.jar from http://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 http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.500.v20230220-1021.jar from http://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 http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (21.43kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.21kB)
[INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB)
[INFO] Fetching org.eclipse.rcp_root_4.27.0.v20230302-0300 from http://download.eclipse.org/releases/2023-03/202303151000/binary/ (20.25kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.202.0.v20230214-1401.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.59kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20230220-1021.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.22kB)
[INFO] Fetching com.ibm.icu.source_72.1.0.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.43MB)
[INFO] Fetching org.eclipse.rcp.source_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB)
[INFO] Fetching org.eclipse.rmf.reqif10.edit_0.13.0.201509161042.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (287.82kB)
[INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/plugins/ (416.32kB)
[INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from http://download.eclipse.org/releases/2023-03/202303151000/features/ (24.7kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.sirius.aql_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.86kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (21.73kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.85kB)
[INFO] Fetching org.eclipse.sirius.aql.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.48kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (20.54kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.5kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (390.73kB)
[INFO] Fetching org.eclipse.sirius.doc_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.74MB)
[INFO] Fetching org.eclipse.sirius.doc.feature_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.89kB)
[INFO] Fetching org.eclipse.sirius.doc.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.73MB)
[INFO] Fetching org.eclipse.sirius.doc.feature.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.52kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.sirius.ext.ide_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.sirius.interpreter_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.78kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (16.92kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.4kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.85kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.47kB)
[INFO] Fetching org.eclipse.sirius.runtime_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (21.13kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.97kB)
[INFO] Fetching org.eclipse.sirius.interpreter.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (22.91kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.58kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.58kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (11.56kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (102.66kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (18.66kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (21.22kB)
[INFO] Fetching org.eclipse.sirius.common.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (241.62kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (277.87kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (137.02kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (256.67kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (9.89kB)
[INFO] Fetching org.eclipse.sirius.table.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (406.27kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (171.59kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.05kB)
[INFO] Fetching org.eclipse.sirius.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (885.93kB)
[INFO] Fetching org.eclipse.sirius.ui.editor.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (54.3kB)
[INFO] Fetching org.eclipse.sirius.ui.ext.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.sirius.ext.swt.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.sirius.ext.jface.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (33.24kB)
[INFO] Fetching org.eclipse.sirius.ext.gef.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.8kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (97.38kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.73kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.66kB)
[INFO] Fetching org.eclipse.sirius.common.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (201.74kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (83.33kB)
[INFO] Fetching org.eclipse.sirius.synchronizer.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (31.15kB)
[INFO] Fetching org.eclipse.sirius.model.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (657.65kB)
[INFO] Fetching org.eclipse.sirius.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (693.92kB)
[INFO] Fetching org.eclipse.sirius.diagram.model.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (725.91kB)
[INFO] Fetching org.eclipse.sirius.diagram.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (496.86kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (54.5kB)
[INFO] Fetching org.eclipse.sirius.table.model.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.sirius.table.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (93.11kB)
[INFO] Fetching org.eclipse.sirius.tree.model.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (146.13kB)
[INFO] Fetching org.eclipse.sirius.tree.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (84.88kB)
[INFO] Fetching org.eclipse.sirius.ext.base.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (27.51kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (8.52kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (15.68kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (10.46kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (8.53kB)
[INFO] Fetching org.eclipse.sirius.ext.ide.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.sirius.runtime.source_7.3.0.202309291123.jar from https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03/features/ (20.58kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (66.19kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (42.24kB)
[INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (16.24kB)
[INFO] Fetching org.polarsys.capella.common.re_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (253.93kB)
[INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.16kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (18.77kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (22.85kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.78kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (20.89kB)
[INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (135.22kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (20.3kB)
[INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.09kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (194.54kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (22.16kB)
[INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.89kB)
[INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (26.49kB)
[INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (38.83kB)
[INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.03kB)
[INFO] Fetching org.polarsys.capella.core.data.res.edit_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (733.52kB)
[INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (68.05kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (1.38MB)
[INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.96kB)
[INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.78kB)
[INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.82kB)
[INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (30.1kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (48.31kB)
[INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (53.48kB)
[INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (54.79kB)
[INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (108.7kB)
[INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (142.07kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (63.18kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (120.62kB)
[INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (76.53kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (22.18kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (47.1kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.68kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (23.19kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (127.36kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (144.46kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (76.01kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (55.13kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.4kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.42kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (23.46kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (26.92kB)
[INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (59.49kB)
[INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (137.14kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (41.71kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (67.47kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (92.75kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (25.35kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (53.25kB)
[INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (38.85kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (26.28kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.53kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (43.51kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (48.17kB)
[INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (29.06kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (26.46kB)
[INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.73kB)
[INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.77kB)
[INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.75kB)
[INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (52.54kB)
[INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/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.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.76kB)
[INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (125.87kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (89.62kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (21.46kB)
[INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (86.83kB)
[INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (20.61kB)
[INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (57.02kB)
[INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (76.26kB)
[INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (167.21kB)
[INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.06kB)
[INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.86kB)
[INFO] Fetching org.polarsys.capella.core.re_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (121.67kB)
[INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (37.83kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (62.24kB)
[INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (48.74kB)
[INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.86kB)
[INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (30.12kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (264.31kB)
[INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (43.36kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (77.43kB)
[INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.91kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (24.58kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.85kB)
[INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (72.17kB)
[INFO] Fetching org.polarsys.capella.ui.views_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (13.96kB)
[INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (29.35kB)
[INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (29.96kB)
[INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (56.78kB)
[INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.25kB)
[INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.93kB)
[INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (131.15kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.83kB)
[INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.07kB)
[INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (59.27kB)
[INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (22.05kB)
[INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (20.76kB)
[INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (375.77kB)
[INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (3.21MB)
[INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (19.46kB)
[INFO] Fetching org.polarsys.capella.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (591.45kB)
[INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (53.69kB)
[INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (991.05kB)
[INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (89.54kB)
[INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (2.58MB)
[INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (1.73MB)
[INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (16.2MB)
[INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (423.28kB)
[INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (92.94kB)
[INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (11.56MB)
[INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (9.24MB)
[INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (3.03MB)
[INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.08kB)
[INFO] Fetching org.polarsys.capella.rcp_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/plugins/ (32.88kB)
[INFO] Fetching org.polarsys.capella.rcp_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.rcp.site/features/ (21.44kB)
[INFO] Fetching org.polarsys.capella.test.business.queries.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (2.64MB)
[INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (158.21kB)
[INFO] Fetching org.polarsys.capella.test.diagram.common.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (490.93kB)
[INFO] Fetching org.polarsys.capella.test.diagram.layout.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (336.12kB)
[INFO] Fetching org.polarsys.capella.test.diagram.tools.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (3.25MB)
[INFO] Fetching org.polarsys.capella.test.migration.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (2.78MB)
[INFO] Fetching org.polarsys.capella.test.validation.rules.ju_7.0.0.202310020850.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231002/org.polarsys.capella.test.site/plugins/ (2.68MB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (80.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (858.05kB)
[INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (9.91kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.64kB)
[INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.95kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (49.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (10.82kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (85.36kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (50.96kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (33.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.08kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (46.46kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (15.3kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (79.02kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (22.8kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.59kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (85.34kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (40.04kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.77kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (25.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (124.42kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (65.09kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (22.07kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (38.83kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.53kB)
[INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.84kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.59kB)
[INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.24kB)
[INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (1.07MB)
[INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (454.56kB)
[INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.81kB)
[INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (44.85kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.59kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (24.45kB)
[INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (30.17kB)
[INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.98kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (468.99kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.17kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.71kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (109.18kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (468.23kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.5kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (52.28kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (17.37kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.18kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (25.02kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.76kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.05kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (26kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.96kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.81kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.04kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.25kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.25kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.62kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.93kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.66kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (15.38kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.66kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.45kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.79kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.2kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.9kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (25.43kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.18kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (34.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (19.09kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.91kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.42kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (20.24kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (14.4kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.9kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.77kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.2kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.77kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.24kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.99kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (15.33kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (15.36kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.29kB)
[INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (15.1kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.33kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.5kB)
[INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (69.94kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (34.18kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (35.68kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.97kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.95kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.92kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.3kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.3kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (19.81kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.82kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (33.48kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.88kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (25.84kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (1.41MB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.82kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (24.49kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (20.92kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (34.18kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (22.54kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.77kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (31.78kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (13.88kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (27.86kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (77.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.71kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.98kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (55.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (216.08kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (12.11kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (21.64kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (78.89kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (45.4kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (21.16kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (48.64kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (20.21kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.36kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.58kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (18.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (163.71kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (37.28kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (68.37kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.79kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (17.09kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (23.63kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (28.68kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (16.32kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.26kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/plugins/ (29.33kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/features/ (11.25kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/releng/org.polarsys.capella.vp.requirements.site/pom.xml
[WARNING] The project org.polarsys:org.polarsys.capella.addon.vp.requirements:pom:0.14.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Requirements Viewpoint                                     [pom]
[INFO] org.polarsys.kitalpha.vp.requirements.model             [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.model              [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.model.cdo         [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.model.cdo          [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.cdo.feature       [eclipse-feature]
[INFO] org.polarsys.capella.addon.vp.requirements.plugins                 [pom]
[INFO] org.polarsys.capella.vp.requirements                    [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements                   [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.design            [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.af                [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.af                 [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.af.feature        [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.model.helpers      [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.business.queries   [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.importer.preferences [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.importer.extension [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.model.helpers     [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.model.edit        [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.importer           [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.ui.commands        [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.design             [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.doc                [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.representation.feature [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.model.edit         [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.semantic.browser   [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.thirdparty.feature [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.ui                 [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.ui.properties     [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.ui.properties      [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.ui.feature        [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.importer.commandline [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.importer.feature  [eclipse-feature]
[INFO] org.polarsys.kitalpha.vp.requirements.af.feature       [eclipse-feature]
[INFO] org.polarsys.kitalpha.vp.requirements.representation.feature [eclipse-feature]
[INFO] org.polarsys.kitalpha.vp.requirements.ui                [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.ui.feature       [eclipse-feature]
[INFO] org.polarsys.kitalpha.vp.requirements.vpdsl             [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.feature          [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.vpdsl              [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.model.edit.decorators [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.validation         [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.quickfix           [eclipse-plugin]
[INFO] org.polarsys.capella.vp.requirements.feature           [eclipse-feature]
[INFO] org.polarsys.kitalpha.vp.requirements.docgen            [eclipse-plugin]
[INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature   [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.ju            [eclipse-test-plugin]
[INFO] org.polarsys.capella.vp.requirements.tests.feature     [eclipse-feature]
[INFO] org.polarsys.capella.vp.requirements.site           [eclipse-repository]
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.addon.vp.requirements >-------
[INFO] Building Capella Requirements Viewpoint 0.14.0-SNAPSHOT           [1/53]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.addon.vp.requirements ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.kitalpha.vp.requirements.model >------
[INFO] Building org.polarsys.kitalpha.vp.requirements.model 0.14.0-SNAPSHOT [2/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.model...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.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.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.model >-------
[INFO] Building org.polarsys.capella.vp.requirements.model 0.14.0-SNAPSHOT [3/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.model ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.model...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.model ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo >----
[INFO] Building org.polarsys.kitalpha.vp.requirements.model.cdo 0.14.0-SNAPSHOT [4/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.model.cdo...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.model.cdo >-----
[INFO] Building org.polarsys.capella.vp.requirements.model.cdo 0.14.0-SNAPSHOT [5/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.model.cdo/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.model.cdo...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.model.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature >----
[INFO] Building org.polarsys.capella.vp.requirements.cdo.feature 0.14.0-SNAPSHOT [6/53]
[INFO]   from features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[WARNING] artifact org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:xml:p2metadata:0.14.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:xml:p2artifacts:0.14.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.cdo.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.addon.vp.requirements.plugins >---
[INFO] Building org.polarsys.capella.addon.vp.requirements.plugins 0.14.0-SNAPSHOT [7/53]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements.plugins ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements.plugins ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements.plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.addon.vp.requirements.plugins ---
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.capella.vp.requirements >----------
[INFO] Building org.polarsys.capella.vp.requirements 0.14.0-SNAPSHOT     [8/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.kitalpha.vp.requirements >---------
[INFO] Building org.polarsys.kitalpha.vp.requirements 0.14.0-SNAPSHOT    [9/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.design >------
[INFO] Building org.polarsys.kitalpha.vp.requirements.design 0.14.0-SNAPSHOT [10/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.design...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.design ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.design ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.design ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.kitalpha.vp.requirements.af >--------
[INFO] Building org.polarsys.kitalpha.vp.requirements.af 0.14.0-SNAPSHOT [11/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.af...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.af ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.af ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.af ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.af >--------
[INFO] Building org.polarsys.capella.vp.requirements.af 0.14.0-SNAPSHOT [12/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.af ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.af ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.af...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.af ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.af ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.af ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.af ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.af ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.af ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.af.feature >----
[INFO] Building org.polarsys.capella.vp.requirements.af.feature 0.14.0-SNAPSHOT [13/53]
[INFO]   from features/org.polarsys.capella.vp.requirements.af.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.af.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature ---
[WARNING] artifact org.polarsys:org.polarsys.capella.vp.requirements.af.feature:xml:p2metadata:0.14.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.polarsys:org.polarsys.capella.vp.requirements.af.feature:xml:p2artifacts:0.14.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.af.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.model.helpers >---
[INFO] Building org.polarsys.capella.vp.requirements.model.helpers 0.14.0-SNAPSHOT [14/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.model.helpers...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.helpers ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.helpers ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.model.helpers ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.business.queries >--
[INFO] Building org.polarsys.capella.vp.requirements.business.queries 0.14.0-SNAPSHOT [15/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.business.queries...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.business.queries ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.business.queries ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.business.queries ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences >--
[INFO] Building org.polarsys.capella.vp.requirements.importer.preferences 0.14.0-SNAPSHOT [16/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.importer.preferences...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.importer.preferences ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.extension >--
[INFO] Building org.polarsys.capella.vp.requirements.importer.extension 0.14.0-SNAPSHOT [17/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.importer.extension...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.extension ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.extension ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.vp.requirements.importer.extension ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers >--
[INFO] Building org.polarsys.kitalpha.vp.requirements.model.helpers 0.14.0-SNAPSHOT [18/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.model.helpers...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.helpers ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit >----
[INFO] Building org.polarsys.kitalpha.vp.requirements.model.edit 0.14.0-SNAPSHOT [19/53]
[INFO]   from plugins/org.polarsys.kitalpha.vp.requirements.model.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] Resolving class path of org.polarsys.kitalpha.vp.requirements.model.edit...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src-custom does not exist
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.vp.requirements.importer >-----
[INFO] Building org.polarsys.capella.vp.requirements.importer 0.14.0-SNAPSHOT [20/53]
[INFO]   from plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] The project's OSGi version is 0.14.0.202311141728
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] Resolving class path of org.polarsys.capella.vp.requirements.importer...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Requirements Viewpoint 0.14.0-SNAPSHOT:
[INFO] 
[INFO] Capella Requirements Viewpoint ..................... SUCCESS [  2.274 s]
[INFO] org.polarsys.kitalpha.vp.requirements.model ........ SUCCESS [ 13.469 s]
[INFO] org.polarsys.capella.vp.requirements.model ......... SUCCESS [  4.096 s]
[INFO] org.polarsys.kitalpha.vp.requirements.model.cdo .... SUCCESS [  3.855 s]
[INFO] org.polarsys.capella.vp.requirements.model.cdo ..... SUCCESS [  3.877 s]
[INFO] org.polarsys.capella.vp.requirements.cdo.feature ... SUCCESS [  2.924 s]
[INFO] org.polarsys.capella.addon.vp.requirements.plugins . SUCCESS [  0.004 s]
[INFO] org.polarsys.capella.vp.requirements ............... SUCCESS [  2.725 s]
[INFO] org.polarsys.kitalpha.vp.requirements .............. SUCCESS [  2.542 s]
[INFO] org.polarsys.kitalpha.vp.requirements.design ....... SUCCESS [  3.430 s]
[INFO] org.polarsys.kitalpha.vp.requirements.af ........... SUCCESS [  5.195 s]
[INFO] org.polarsys.capella.vp.requirements.af ............ SUCCESS [  3.781 s]
[INFO] org.polarsys.capella.vp.requirements.af.feature .... SUCCESS [  3.225 s]
[INFO] org.polarsys.capella.vp.requirements.model.helpers . SUCCESS [  4.813 s]
[INFO] org.polarsys.capella.vp.requirements.business.queries SUCCESS [  4.390 s]
[INFO] org.polarsys.capella.vp.requirements.importer.preferences SUCCESS [  2.718 s]
[INFO] org.polarsys.capella.vp.requirements.importer.extension SUCCESS [  3.150 s]
[INFO] org.polarsys.kitalpha.vp.requirements.model.helpers  SUCCESS [  3.607 s]
[INFO] org.polarsys.kitalpha.vp.requirements.model.edit ... SUCCESS [  4.875 s]
[INFO] org.polarsys.capella.vp.requirements.importer ...... FAILURE [  2.224 s]
[INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ui.commands ... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.design ........ SKIPPED
[INFO] org.polarsys.capella.vp.requirements.doc ........... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.representation.feature SKIPPED
[INFO] org.polarsys.capella.vp.requirements.model.edit .... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.semantic.browser SKIPPED
[INFO] org.polarsys.capella.vp.requirements.thirdparty.feature SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ui ............ SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.ui.properties  SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ui.properties . SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ui.feature .... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf SKIPPED
[INFO] org.polarsys.capella.vp.requirements.importer.commandline SKIPPED
[INFO] org.polarsys.capella.vp.requirements.importer.feature SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.af.feature ... SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.representation.feature SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.ui ........... SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.ui.feature ... SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.vpdsl ........ SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.feature ...... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.vpdsl ......... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.model.edit.decorators SKIPPED
[INFO] org.polarsys.capella.vp.requirements.validation .... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.quickfix ...... SKIPPED
[INFO] org.polarsys.capella.vp.requirements.feature ....... SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.docgen ....... SKIPPED
[INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature SKIPPED
[INFO] org.polarsys.capella.vp.requirements.ju ............ SKIPPED
[INFO] org.polarsys.capella.vp.requirements.tests.feature . SKIPPED
[INFO] org.polarsys.capella.vp.requirements.site .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:40 min
[INFO] Finished at: 2023-11-14T17:30:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) on project org.polarsys.capella.vp.requirements.importer: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[29] 
[ERROR] 	import javax.xml.XMLConstants;
[ERROR] 	       ^^^^^^^^^
[ERROR] The package javax.xml is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[30] 
[ERROR] 	import javax.xml.parsers.DocumentBuilder;
[ERROR] 	       ^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[31] 
[ERROR] 	import javax.xml.parsers.DocumentBuilderFactory;
[ERROR] 	       ^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[32] 
[ERROR] 	import javax.xml.parsers.ParserConfigurationException;
[ERROR] 	       ^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[33] 
[ERROR] 	import javax.xml.transform.OutputKeys;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[34] 
[ERROR] 	import javax.xml.transform.Transformer;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[35] 
[ERROR] 	import javax.xml.transform.TransformerException;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[36] 
[ERROR] 	import javax.xml.transform.TransformerFactory;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[37] 
[ERROR] 	import javax.xml.transform.dom.DOMSource;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform.dom is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[38] 
[ERROR] 	import javax.xml.transform.stream.StreamResult;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The package javax.xml.transform.stream is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[54] 
[ERROR] 	import org.w3c.dom.Document;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[55] 
[ERROR] 	import org.w3c.dom.Element;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[56] 
[ERROR] 	import org.w3c.dom.Node;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[57] 
[ERROR] 	import org.w3c.dom.NodeList;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[58] 
[ERROR] 	import org.xml.sax.InputSource;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.xml.sax is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[59] 
[ERROR] 	import org.xml.sax.SAXException;
[ERROR] 	       ^^^^^^^^^^^
[ERROR] The package org.xml.sax is accessible from more than one module: <unnamed>, java.xml
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[98] 
[ERROR] 	DocumentBuilderFactory df = DocumentBuilderFactory.newInstance();
[ERROR] 	^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DocumentBuilderFactory cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[98] 
[ERROR] 	DocumentBuilderFactory df = DocumentBuilderFactory.newInstance();
[ERROR] 	                            ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DocumentBuilderFactory cannot be resolved
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[99] 
[ERROR] 	df.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, "");
[ERROR] 	                ^^^^^^^^^^^^
[ERROR] XMLConstants cannot be resolved to a variable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[100] 
[ERROR] 	df.setAttribute(XMLConstants.ACCESS_EXTERNAL_SCHEMA, "");
[ERROR] 	                ^^^^^^^^^^^^
[ERROR] XMLConstants cannot be resolved to a variable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[101] 
[ERROR] 	DocumentBuilder builder = df.newDocumentBuilder();
[ERROR] 	^^^^^^^^^^^^^^^
[ERROR] DocumentBuilder cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[102] 
[ERROR] 	Document document = builder.parse(new InputSource(new StringReader(content)));
[ERROR] 	^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[102] 
[ERROR] 	Document document = builder.parse(new InputSource(new StringReader(content)));
[ERROR] 	                                      ^^^^^^^^^^^
[ERROR] InputSource cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[109] 
[ERROR] 	TransformerFactory transformerFactory = TransformerFactory.newInstance();
[ERROR] 	^^^^^^^^^^^^^^^^^^
[ERROR] TransformerFactory cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[109] 
[ERROR] 	TransformerFactory transformerFactory = TransformerFactory.newInstance();
[ERROR] 	                                        ^^^^^^^^^^^^^^^^^^
[ERROR] TransformerFactory cannot be resolved
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[110] 
[ERROR] 	transformerFactory.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, "");
[ERROR] 	                                ^^^^^^^^^^^^
[ERROR] XMLConstants cannot be resolved to a variable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[111] 
[ERROR] 	transformerFactory.setAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET, "");
[ERROR] 	                                ^^^^^^^^^^^^
[ERROR] XMLConstants cannot be resolved to a variable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[112] 
[ERROR] 	Transformer transformer = transformerFactory.newTransformer();
[ERROR] 	^^^^^^^^^^^
[ERROR] Transformer cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[113] 
[ERROR] 	transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
[ERROR] 	                              ^^^^^^^^^^
[ERROR] OutputKeys cannot be resolved to a variable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[114] 
[ERROR] 	transformer.transform(new DOMSource(document), new StreamResult(writer));
[ERROR] 	                          ^^^^^^^^^
[ERROR] DOMSource cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[114] 
[ERROR] 	transformer.transform(new DOMSource(document), new StreamResult(writer));
[ERROR] 	                                                   ^^^^^^^^^^^^
[ERROR] StreamResult cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[117] 
[ERROR] 	} catch (ParserConfigurationException | SAXException | IOException | TransformerException e) {
[ERROR] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ParserConfigurationException cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[117] 
[ERROR] 	} catch (ParserConfigurationException | SAXException | IOException | TransformerException e) {
[ERROR] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type Object can be thrown; an exception type must be a subclass of Throwable
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[117] 
[ERROR] 	} catch (ParserConfigurationException | SAXException | IOException | TransformerException e) {
[ERROR] 	                                        ^^^^^^^^^^^^
[ERROR] SAXException cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[117] 
[ERROR] 	} catch (ParserConfigurationException | SAXException | IOException | TransformerException e) {
[ERROR] 	                                                                     ^^^^^^^^^^^^^^^^^^^^
[ERROR] TransformerException cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[118] 
[ERROR] 	LOGGER.log(Level.ERROR, "Error while parsing XHTML from ReqIF content", e);
[ERROR] 	       ^^^
[ERROR] The method log(Priority, Object, Throwable) in the type Category is not applicable for the arguments (Level, String, Object)
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[130] 
[ERROR] 	protected void transformToHTML(Document document, Element element) {
[ERROR] 	                               ^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[130] 
[ERROR] 	protected void transformToHTML(Document document, Element element) {
[ERROR] 	                                                  ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[134] 
[ERROR] 	protected void transformToHTML(Document document, Element element, String rootTag) {
[ERROR] 	                               ^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[134] 
[ERROR] 	protected void transformToHTML(Document document, Element element, String rootTag) {
[ERROR] 	                                                  ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[142] 
[ERROR] 	Node att = element.getAttributes().item(0);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[148] 
[ERROR] 	NodeList children = element.getChildNodes();
[ERROR] 	^^^^^^^^
[ERROR] NodeList cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[150] 
[ERROR] 	Node child = children.item(i);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[151] 
[ERROR] 	if (child instanceof Element) {
[ERROR] 	                     ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[152] 
[ERROR] 	transformToHTML(document, (Element) child);
[ERROR] 	                           ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[164] 
[ERROR] 	protected void removeOLEObjects(Document document, Element element) {
[ERROR] 	                                ^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[164] 
[ERROR] 	protected void removeOLEObjects(Document document, Element element) {
[ERROR] 	                                                   ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[165] 
[ERROR] 	NodeList children = element.getChildNodes();
[ERROR] 	^^^^^^^^
[ERROR] NodeList cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[167] 
[ERROR] 	Node child = children.item(i);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[168] 
[ERROR] 	if (child instanceof Element) {
[ERROR] 	                     ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[169] 
[ERROR] 	if (isOLEObj((Element) child)) {
[ERROR] 	    ^^^^^^^^
[ERROR] The method isOLEObj(Element) from the type ReqIFTextParser refers to the missing type Element
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[169] 
[ERROR] 	if (isOLEObj((Element) child)) {
[ERROR] 	              ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[170] 
[ERROR] 	NodeList childrenOfOLEObj = child.getChildNodes();
[ERROR] 	^^^^^^^^
[ERROR] NodeList cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[172] 
[ERROR] 	Node childOfOLEOjb = childrenOfOLEObj.item(j);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[177] 
[ERROR] 	removeOLEObjects(document, (Element) child);
[ERROR] 	                            ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[189] 
[ERROR] 	protected void replaceImgObjects(Document document, Element element) {
[ERROR] 	                                 ^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[189] 
[ERROR] 	protected void replaceImgObjects(Document document, Element element) {
[ERROR] 	                                                    ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[190] 
[ERROR] 	NodeList children = element.getChildNodes();
[ERROR] 	^^^^^^^^
[ERROR] NodeList cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[192] 
[ERROR] 	Node child = children.item(i);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[193] 
[ERROR] 	if (child instanceof Element) {
[ERROR] 	                     ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[194] 
[ERROR] 	if (isImgObj((Element) child)) {
[ERROR] 	    ^^^^^^^^
[ERROR] The method isImgObj(Element) from the type ReqIFTextParser refers to the missing type Element
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[194] 
[ERROR] 	if (isImgObj((Element) child)) {
[ERROR] 	              ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[195] 
[ERROR] 	Element imgElement = document.createElement("img");
[ERROR] 	^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[196] 
[ERROR] 	imgElement.setAttribute("src", ((Element) child).getAttribute("data"));
[ERROR] 	                               ^^^^^^^^^^^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[196] 
[ERROR] 	imgElement.setAttribute("src", ((Element) child).getAttribute("data"));
[ERROR] 	                                 ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[200] 
[ERROR] 	replaceImgObjects(document, (Element) child);
[ERROR] 	                             ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[213] 
[ERROR] 	protected void convertAllImgElements(Document document, Element element, AttributeOwner owner) {
[ERROR] 	                                     ^^^^^^^^
[ERROR] Document cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[213] 
[ERROR] 	protected void convertAllImgElements(Document document, Element element, AttributeOwner owner) {
[ERROR] 	                                                        ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[214] 
[ERROR] 	NodeList children = element.getChildNodes();
[ERROR] 	^^^^^^^^
[ERROR] NodeList cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[216] 
[ERROR] 	Node child = children.item(i);
[ERROR] 	^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[217] 
[ERROR] 	if (child instanceof Element) {
[ERROR] 	                     ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[218] 
[ERROR] 	if (((Element) child).getTagName().equals("img")) {
[ERROR] 	    ^^^^^^^^^^^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[218] 
[ERROR] 	if (((Element) child).getTagName().equals("img")) {
[ERROR] 	      ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[221] 
[ERROR] 	convertAllImgElements(document, (Element) child, owner);
[ERROR] 	                                 ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[232] 
[ERROR] 	protected void convertImgElement(AttributeOwner owner, Node child) {
[ERROR] 	                                                       ^^^^
[ERROR] Node cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[233] 
[ERROR] 	Element imgElement = (Element) child;
[ERROR] 	^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[233] 
[ERROR] 	Element imgElement = (Element) child;
[ERROR] 	                      ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[259] 
[ERROR] 	protected void convertImgElement(Element imgElement, AttributeOwner owner) {
[ERROR] 	                                 ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[323] 
[ERROR] 	private boolean isImgObj(Element element) {
[ERROR] 	                         ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/a-addon-requirements_issue183xcx/plugins/org.polarsys.capella.vp.requirements.importer/src/org/polarsys/capella/vp/requirements/importer/transposer/bridge/ReqIFTextParser.java:[328] 
[ERROR] 	private boolean isOLEObj(Element element) {
[ERROR] 	                         ^^^^^^^
[ERROR] Element cannot be resolved to a type
[ERROR] 80 problems (80 errors)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.polarsys.capella.vp.requirements.importer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly)
Stage "Deploy to Nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download Capella)
Stage "Download Capella" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install test features)
Stage "Install test features" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar)
Stage "Sonar" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE