Skip to content
Failed

Console Output

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

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  6  181M    6 12.4M    0     0  66.5M      0  0:00:02 --:--:--  0:00:02 66.4M
 61  181M   61  110M    0     0  93.4M      0  0:00:01  0:00:01 --:--:-- 93.4M
100  181M  100  181M    0     0  97.9M      0  0:00:01  0:00:01 --:--:-- 97.9M
[Pipeline] sh
+ ls -la jdk17-win.zip
-rw-r--r--. 1 jenkins 1001800000 190017592 Apr 11 07:53 jdk17-win.zip
[Pipeline] sh
+ unzip -q jdk17-win.zip -d winJRE
[Pipeline] sh
+ mv winJRE/jdk-17.0.10+7 winJRE/jre
[Pipeline] echo
win JDK downloaded to winJRE/jre
[Pipeline] sh
+ ls winJRE/jre
bin
conf
include
jmods
legal
lib
NOTICE
release
[Pipeline] sh
+ curl -L -k -o jdk17-linux.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-linux.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 23  183M   23 42.9M    0     0  63.3M      0  0:00:02 --:--:--  0:00:02 63.3M
 62  183M   62  115M    0     0  68.7M      0  0:00:02  0:00:01  0:00:01 68.7M
100  183M  100  183M    0     0  71.6M      0  0:00:02  0:00:02 --:--:-- 71.6M
[Pipeline] sh
+ ls -la jdk17-linux.tar.gz
-rw-r--r--. 1 jenkins 1001800000 192205930 Apr 11 07:54 jdk17-linux.tar.gz
[Pipeline] sh
+ mkdir linuxJRE
[Pipeline] sh
+ tar xzf jdk17-linux.tar.gz -C linuxJRE
[Pipeline] sh
+ mv linuxJRE/jdk-17.0.10+7 linuxJRE/jre
[Pipeline] echo
linux JDK downloaded to linuxJRE/jre
[Pipeline] sh
+ ls linuxJRE/jre
bin
conf
include
jmods
legal
lib
man
NOTICE
release
[Pipeline] sh
+ curl -L -k -o jdk17-mac.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-mac.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  172M    0 1183k    0     0  11.4M      0  0:00:14 --:--:--  0:00:14 11.4M
 48  172M   48 83.2M    0     0  75.1M      0  0:00:02  0:00:01  0:00:01 75.1M
 91  172M   91  157M    0     0  74.8M      0  0:00:02  0:00:02 --:--:-- 74.8M
100  172M  100  172M    0     0  75.3M      0  0:00:02  0:00:02 --:--:-- 75.3M
[Pipeline] sh
+ ls -la jdk17-mac.tar.gz
-rw-r--r--. 1 jenkins 1001800000 180364858 Apr 11 07:54 jdk17-mac.tar.gz
[Pipeline] sh
+ mkdir macJRE
[Pipeline] sh
+ tar xzf jdk17-mac.tar.gz -C macJRE
[Pipeline] sh
+ mv macJRE/jdk-17.0.10+7 macJRE/jre
[Pipeline] echo
mac JDK downloaded to macJRE/jre
[Pipeline] sh
+ ls macJRE/jre
Contents
[Pipeline] sh
+ curl -L -k -o jdk17-mac-aarch64.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-mac-aarch64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 35  169M   35 60.5M    0     0  74.7M      0  0:00:02 --:--:--  0:00:02 74.7M
 76  169M   76  130M    0     0  72.2M      0  0:00:02  0:00:01  0:00:01 72.2M
100  169M  100  169M    0     0  71.7M      0  0:00:02  0:00:02 --:--:-- 71.7M
[Pipeline] sh
+ ls -la jdk17-mac-aarch64.tar.gz
-rw-r--r--. 1 jenkins 1001800000 178168341 Apr 11 07:54 jdk17-mac-aarch64.tar.gz
[Pipeline] sh
+ mkdir mac-aarch64JRE
[Pipeline] sh
+ tar xzf jdk17-mac-aarch64.tar.gz -C mac-aarch64JRE
[Pipeline] sh
+ mv mac-aarch64JRE/jdk-17.0.10+7 mac-aarch64JRE/jre
[Pipeline] echo
mac-aarch64 JDK downloaded to mac-aarch64JRE/jre
[Pipeline] sh
+ ls mac-aarch64JRE/jre
Contents
[Pipeline] sh
+ curl -L -k -o jdk17-linux-aarch64.tar.gz https://ci.eclipse.org/capella/job/prefetch-java/lastSuccessfulBuild/artifact/jdk17-linux-aarch64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 16  182M   16 29.2M    0     0  64.1M      0  0:00:02 --:--:--  0:00:02 64.0M
 65  182M   65  118M    0     0  81.5M      0  0:00:02  0:00:01  0:00:01 81.5M
100  182M  100  182M    0     0  86.2M      0  0:00:02  0:00:02 --:--:-- 86.3M
[Pipeline] sh
+ ls -la jdk17-linux-aarch64.tar.gz
-rw-r--r--. 1 jenkins 1001800000 190867185 Apr 11 07:54 jdk17-linux-aarch64.tar.gz
[Pipeline] sh
+ mkdir linux-aarch64JRE
[Pipeline] sh
+ tar xzf jdk17-linux-aarch64.tar.gz -C linux-aarch64JRE
[Pipeline] sh
+ mv linux-aarch64JRE/jdk-17.0.10+7 linux-aarch64JRE/jre
[Pipeline] echo
linux-aarch64 JDK downloaded to linux-aarch64JRE/jre
[Pipeline] sh
+ ls linux-aarch64JRE/jre
bin
conf
include
jmods
legal
lib
man
NOTICE
release
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Package)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn verify -Pfull -Psign
Invalid maximum heap size: -Xmx3.5g
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install test features)
Stage "Install test features" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run RCPTT tests)
Stage "Run RCPTT tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly)
Stage "Deploy to Nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly Root)
Stage "Deploy to Nightly Root" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar)
Stage "Sonar" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $password
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [password]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl https://api.github.com/repos/eclipse/capella/issues/enableRCPTT/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   252  100   252    0     0   1013      0 --:--:-- --:--:-- --:--:--  1016
{
  "message": "Moved Permanently",
  "url": "https://api.github.com/repositories/232634051/issues/enableRCPTT/labels/build-started",
  "documentation_url": "https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api#follow-redirects"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE