Skip to content
Failed

Console Output

Started by user Erwann Traisnel
Running as Erwann Traisnel
06:37:58 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from b1614c253be6de47583f37dd29ead13aeec5df8a
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master revision ccf4b7fd431548122954b58efcb84fcee56a273f
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/apella-addon-requirements_master@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ccf4b7fd431548122954b58efcb84fcee56a273f (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10
Commit message: "[sonar] Update Sonar"
 > git rev-list --no-walk ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-kc2sq 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-kc2sq"
  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-kc2sq"
    - 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-kc2sq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-kc2sq in /home/jenkins/agent/workspace/apella-addon-requirements_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-requirements-vp.git
 > git init /home/jenkins/agent/workspace/apella-addon-requirements_master # 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/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella-requirements-vp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision b1614c253be6de47583f37dd29ead13aeec5df8a (master)
Commit message: "#186 Changed links to eclipse-capella"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1614c253be6de47583f37dd29ead13aeec5df8a # timeout=10
 > git rev-list --no-walk b1614c253be6de47583f37dd29ead13aeec5df8a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Target Platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ env
JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=ade34bdf-df9f-4b91-b908-252bd3a7d604
BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/master/45/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-kc2sq
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-master-45
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=master
GIT_PREVIOUS_COMMIT=b1614c253be6de47583f37dd29ead13aeec5df8a
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/master/
WORKSPACE=/home/jenkins/agent/workspace/apella-addon-requirements_master
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/master/45/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-kc2sq
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/master/45/display/redirect?page=artifacts
JENKINS_HOME=/var/jenkins
GIT_COMMIT=b1614c253be6de47583f37dd29ead13aeec5df8a
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/master/45/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/apella-addon-requirements_master
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/master
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#45
JENKINS_URL=https://ci.eclipse.org/capella/
BRANCH_IS_PRIMARY=true
BUILD_ID=45
JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
GIT_PREVIOUS_SUCCESSFUL_COMMIT=62570da5bc487e14432635cf3fa211c30fde86d4
JOB_BASE_NAME=master
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/master/45/display/redirect?page=tests
BUILD_KEY=master
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=master
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/apella-addon-requirements_master@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-a79973d4a95dc830bd814ffb7ef44b50bdb0862737fa1375b62802245e121fe4
NODE_LABELS=centos-7 jipp-migration migration centos-7-kc2sq
GIT_URL=https://github.com/eclipse/capella-requirements-vp.git
NSS_SDB_USE_CACHE=no
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/apella-addon-requirements_master/capella/capella
library.capella-pipeline-library.version=master
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-kc2sq
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/master/display/redirect
BUILD_NUMBER=45
HUDSON_COOKIE=5968f55c-58f1-4694-82ce-0085811883d1
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-kc2sq
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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< org.polarsys:capella.target-definition >---------------
[INFO] Building capella.target-definition 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/apella-addon-requirements_master/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/apella-addon-requirements_master/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/apella-addon-requirements_master/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/apella-addon-requirements_master/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/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB)
>>  Fetching p2.index from https://download.eclipse.org/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/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/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/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)
[ERROR]   No repository found at https://download.eclipse.org/sirius/updates/stable/7.3.0-S20230929-065140/2023-03.
Problems occurred during generation of target platform definition file.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  52.024 s
[INFO] Finished at: 2024-03-19T10:39:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.7.5:eclipse-run (generate.target) on project capella.target-definition: Error while executing platform: Error while executing platform: return code=255, see content of /home/jenkins/agent/workspace/apella-addon-requirements_master/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/data/.metadata/.logfor more details. -> [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/MojoExecutionException
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Package)
Stage "Build and Package" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly)
Stage "Deploy to Nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (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