Skip to content
Aborted

Console Output

Branch indexing
07:19:26 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from be323050fcf2d929415996400dfbf06aed15320a
Loading library capella-pipeline-library@master-jacoco2
Attempting to resolve master-jacoco2 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-jacoco2 revision aa81b2c9a5fb9ed616a558182f01da643bdb6914
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-pipeline-library
 > git init /var/jenkins/workspace/capella-product_xxxs@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10
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
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision aa81b2c9a5fb9ed616a558182f01da643bdb6914 (master-jacoco2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa81b2c9a5fb9ed616a558182f01da643bdb6914 # timeout=10
Commit message: "Update sonar"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘migration’
Agent centos-7-d4f6h 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-d4f6h"
  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-d4f6h"
    - 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-d4f6h"
    - 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-d4f6h in /home/jenkins/agent/workspace/capella-product_xxxs
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Using shallow clone with depth 1
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/capella.git
 > git init /home/jenkins/agent/workspace/capella-product_xxxs # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/capella.git +refs/heads/xxxs:refs/remotes/origin/xxxs # timeout=10
Avoid second fetch
Checking out Revision be323050fcf2d929415996400dfbf06aed15320a (xxxs)
 > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/xxxs:refs/remotes/origin/xxxs # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be323050fcf2d929415996400dfbf06aed15320a # timeout=13
Commit message: "[releng] Fix memory issue on build"
First time build. Skipping changelog.
[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=d4b6b9d7-3089-41d9-a702-2fa22b4b58b4
BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/1/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-d4f6h
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://10.30.0.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Generate Target Platform
BUILD_TAG=jenkins-capella-product-xxxs-1
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=xxxs
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=10.30.0.1
JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/
WORKSPACE=/home/jenkins/agent/workspace/capella-product_xxxs
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/1/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-d4f6h
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/1/display/redirect?page=artifacts
JENKINS_HOME=/var/jenkins
GIT_COMMIT=be323050fcf2d929415996400dfbf06aed15320a
PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/1/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/capella-product_xxxs
JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145
JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
JENKINS_UI_PORT=tcp://10.30.76.25:80
HUDSON_URL=https://ci.eclipse.org/capella/
LANG=en_US.UTF-8
JOB_NAME=capella-product/xxxs
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#1
JENKINS_URL=https://ci.eclipse.org/capella/
BUILD_ID=1
JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
JOB_BASE_NAME=xxxs
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/1/display/redirect?page=tests
BUILD_KEY=xxxs
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=xxxs
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-product_xxxs@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-12a377c4d85e803f590827e0ee9771494bf35536ebee778f3b9d822424501b87
NODE_LABELS=centos-7 centos-7-d4f6h jipp-migration migration
GIT_URL=https://github.com/eclipse/capella.git
NSS_SDB_USE_CACHE=no
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella
library.capella-pipeline-library.version=master-jacoco2
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-d4f6h
JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80
JENKINS_UI_SERVICE_HOST=10.30.76.25
JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/xxxs/display/redirect
BUILD_NUMBER=1
HUDSON_COOKIE=8d7e7968-b706-461b-9794-ff1020b57cf8
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-d4f6h
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] sh
+ mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] -------< org.polarsys.capella.releng:capella.target-definition >--------
[INFO] Building capella.target-definition 7.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition ---
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition ---
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2022-12
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (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 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B)
[INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB)
[INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB)
[INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.14MB of 14.23MB at 13.14MB/s)
[INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (586.39kB)
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.cbi.targetplatform_3.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.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB)
[INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB)
[INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.53kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (595.35kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (564.52kB)
[INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.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.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (496.56kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.xtext.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.7kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.84kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.68kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB)
[INFO] Fetching bcpg.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.12kB)
[INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.65kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.22kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.59kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.57kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.37kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.63kB)
[INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.61kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.57kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB)
[INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.05kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB)
[INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (454.22kB)
[INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (347.82kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB)
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB)
[INFO] Fetching org.eclipse.xtext.builder_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (394.35kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.46kB)
[INFO] Fetching org.eclipse.xtext.smap_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.96kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (504.17kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.36kB)
[INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.17kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.29kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.xtext.java_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.02kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.36kB)
[INFO] Fetching org.eclipse.xtext.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.85kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.5kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (143.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.05kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.22kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.64kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.08kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.15kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (195.85kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.89kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (138.34kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.27kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.91kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.73kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.58kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.89kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (288.82kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.47kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, full/capella.target-definition.targetplatform]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB)
>>  Fetching p2.index from 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/drops/R20230302014618/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240124-123506/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240124-123506/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240124-123506/2023-03/ (46.97kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.0-S20240124-123506/2023-03/ (46.97kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (30.73kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20240131/ (30.73kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (60.52kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20240131/ (60.52kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB)
>>  Fetching p2.index from 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)
Aborted by Philippe DUL
Sending interrupt signal to process
The target platform definition file has been successfully generated.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  46.684 s
[INFO] Finished at: 2024-02-16T12:21:12Z
[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=143, see content of /home/jenkins/agent/workspace/capella-product_xxxs/releng/plugins/org.polarsys.capella.targets/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
script returned exit code 143
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download JDK)
Stage "Download JDK" skipped due to earlier failure(s)
[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] { (Deploy to Nightly Root)
Stage "Deploy to Nightly Root" 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] withCredentials
Masking supported pattern matches of $password
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [password]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl https://api.github.com/repos/eclipse/capella/issues/xxxs/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   127  100   127    0     0    632      0 --:--:-- --:--:-- --:--:--   635
{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 49918d67-9d3d-41d3-977e-c23b6d78432f

GitHub has been notified of this commit’s build result

Finished: ABORTED