Skip to content

Console Output

Branch indexing
01:53:48 Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from e16419e043894c2e2f6ec3b1816cc79298e520c9
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-latest’
Agent centos-8-41lbs is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-41lbs"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-41lbs"
    - 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-8-41lbs"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.11.2"
    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-platform"
      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-8-41lbs in /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.git
 > git init /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.git
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.git +refs/heads/R4_21_maintenance:refs/remotes/origin/R4_21_maintenance # timeout=10
Avoid second fetch
Checking out Revision e16419e043894c2e2f6ec3b1816cc79298e520c9 (R4_21_maintenance)
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_21_maintenance:refs/remotes/origin/R4_21_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e16419e043894c2e2f6ec3b1816cc79298e520c9 # timeout=10
Commit message: "Bug 575375 - Update scm links in pom files to use https protocol"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (initialize Gerrit review)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gerritReview
Gerrit Review is disabled no API URL
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[lipse.platform_R4_21_maintenance] $ Xvnc -help
Starting xvnc
[lipse.platform_R4_21_maintenance] $ Xvnc :74 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Fri Mar 18 05:54:40 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5974
[Pipeline] { vncext:      created VNC server for screen 0

[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dmaven.compiler.failOnWarning=true -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (124.35kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/pom.xml
[INFO] Fetching R-4.21-202109060500&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.21/ (63B)
[INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (139.68kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (72.7kB)
[INFO] Computing target platform for MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (411.93kB)
[INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (326.25kB)
[INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (5.46MB)
[INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (804.85kB)
[INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (432.54kB)
[INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (879.11kB)
[INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (668.08kB)
[INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (70.77kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (618.57kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (330.16kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (100.01kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.23kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (180.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (311.11kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.34kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (68.45kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (108.05kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.04kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.62kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.47kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (48.25kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.88kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (203.11kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.42kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (32.98kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (255.66kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (118.1kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (251.52kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (147.12kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.91kB)
[INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.01kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (50.73kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (53.59kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.88kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (73.01kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (142.1kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.92kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (341.15kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (416.62kB)
[INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.47MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (110.51kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (172.19kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (107.15kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (415.44kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (65.43kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.13MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.12MB)
[INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/pom.xml
[INFO] Fetching org.apache.ant_1.10.11.v20210720-1445.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.99MB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (35.64kB)
[INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/pom.xml
[INFO] Fetching org.eclipse.debug.core_3.18.200.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.78kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.300.v20210815-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (563.43kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (42.34kB)
[INFO] Fetching org.eclipse.jdt.core_3.27.0.v20210823-1758.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (6.6MB)
[INFO] Fetching org.eclipse.jdt.debug_3.18.0.v20210816-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (903.62kB)
[INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/pom.xml
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.debug.ui_3.15.100.v20210812-1116.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.96MB)
[INFO] Fetching org.eclipse.jdt.ui_3.24.0.v20210823-0647.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.15MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.400.v20210816-1720.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.jdt.junit_3.13.0.v20210811-0812.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (529.58kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.15.0.v20210812-1539.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.search_3.13.300.v20210806-1124.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (543.42kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.0.v20210629-0111.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (175.71kB)
[INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/pom.xml
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (109.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.36kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (244.04kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (56.37kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (101.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (242.54kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (248.88kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (477.46kB)
[INFO] Fetching org.eclipse.pde.core_3.14.400.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.33MB)
[INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.test.performance_3.18.0.v20210623-0710.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (111.48kB)
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (199.25kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.48kB)
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (115.31kB)
[INFO] Computing target platform for MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] Fetching org.eclipse.ui.intro_3.6.300.v20210721-0921.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (344.75kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (379kB)
[INFO] Computing target platform for MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.sdk/pom.xml
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.help.base_4.3.400.v20210906-0500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (432.53kB)
[INFO] Fetching org.eclipse.help.ui_4.3.100.v20210619-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (534.46kB)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] eclipse.platform                                                   [pom]
[INFO] org.eclipse.update.configurator                         [eclipse-plugin]
[INFO] org.eclipse.update.configurator.tests              [eclipse-test-plugin]
[INFO] org.eclipse.ant.core                                    [eclipse-plugin]
[INFO] org.eclipse.ant.launching                               [eclipse-plugin]
[INFO] org.eclipse.ant.ui                                      [eclipse-plugin]
[INFO] org.eclipse.ant.tests.core                         [eclipse-test-plugin]
[INFO] org.eclipse.ant.tests.ui                           [eclipse-test-plugin]
[INFO] org.eclipse.platform                                    [eclipse-plugin]
[INFO] org.eclipse.sdk                                         [eclipse-plugin]
[INFO] 
[INFO] -----------------< eclipse.platform:eclipse.platform >------------------
[INFO] Building eclipse.platform 4.21.0-SNAPSHOT                         [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ eclipse.platform ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ eclipse.platform ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ eclipse.platform ---
[INFO] 
[INFO] ---------< org.eclipse.update:org.eclipse.update.configurator >---------
[INFO] Building org.eclipse.update.configurator 3.4.800-SNAPSHOT         [2/10]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator ---
[INFO] The project's OSGi version is 3.4.800.v20210415-1314
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.update.configurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.update.configurator ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.update.configurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.update.configurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.update.configurator ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.update.configurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.update.configurator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.update.configurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator ---
[INFO] MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.update.configurator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator ---
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.41kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.update.configurator ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.update.configurator ---
[INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (107.27kB)
[INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (123.51kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.97kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (85.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (43.53kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (249.09kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.600.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (931.09kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.19kB)
[INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.5kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ------< org.eclipse.update:org.eclipse.update.configurator.tests >------
[INFO] Building org.eclipse.update.configurator.tests 0.1.0-SNAPSHOT     [3/10]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator.tests ---
[INFO] The project's OSGi version is 0.1.0.v20200311-2001
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.update.configurator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.update.configurator.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.update.configurator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.update.configurator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.update.configurator.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.update.configurator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.update.configurator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator.tests ---
[INFO] No baseline version MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.update.configurator.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/work/data, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/work, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/update/org.eclipse.update.configurator.tests/target/surefire.properties]
Running org.eclipse.update.configurator.tests.AutomatedSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.update.configurator.tests.AutomatedSuite
testLicenseUrl(org.eclipse.update.internal.configurator.tests.FeatureEntryTests)  Time elapsed: 0.013 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.update.configurator.tests ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.update.configurator.tests ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] ----------------< org.eclipse.ant:org.eclipse.ant.core >----------------
[INFO] Building org.eclipse.ant.core 3.6.100-SNAPSHOT                    [4/10]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core ---
[INFO] The project's OSGi version is 3.6.100.v20210731-1643
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.core ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/classes
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.core ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.core_3.6.100.v20210731-1643, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/lib/antsupportlib.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core ---
[INFO] Fetching org.eclipse.ant.core.source_3.6.100.v20210731-1643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (97.23kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.ant.core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.ant.core ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.core/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------------< org.eclipse.ant:org.eclipse.ant.launching >--------------
[INFO] Building org.eclipse.ant.launching 1.3.0-SNAPSHOT                 [5/10]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching ---
[INFO] The project's OSGi version is 1.3.0.v20210415-1314
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.launching ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.launching ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/classes
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.launching ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.launching_1.3.0.v20210415-1314, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.launching ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/lib/loggers.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.launching ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching ---
[INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.09kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.ant.launching ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.ant.launching ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.launching/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----------------< org.eclipse.ant:org.eclipse.ant.ui >-----------------
[INFO] Building org.eclipse.ant.ui 3.8.0-SNAPSHOT                        [6/10]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui ---
[INFO] The project's OSGi version is 3.8.0.v20210415-1314
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.ui ---
[INFO] Compiling 258 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.ui ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.ui_3.8.0.v20210415-1314, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/lib/antrunner.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui ---
[INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (609.92kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.ant.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.ant.ui ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.ui/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------------< org.eclipse.ant:org.eclipse.ant.tests.core >-------------
[INFO] Building org.eclipse.ant.tests.core 3.6.100-SNAPSHOT              [7/10]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.core ---
[INFO] The project's OSGi version is 3.6.100.v20210731-1643
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.tests.core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.tests.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.tests.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.tests.core ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/target/anttestscore.jar-classes
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/target/lib/antTestsSupport.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.tests.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/anttestscore.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/lib/antTestsSupport.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.core ---
[WARNING] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.core/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] 
[INFO] --------------< org.eclipse.ant:org.eclipse.ant.tests.ui >--------------
[INFO] Building org.eclipse.ant.tests.ui 3.10.100-SNAPSHOT               [8/10]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.ui ---
[INFO] The project's OSGi version is 3.10.100.v20210812-1017
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.tests.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.tests.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.tests.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.tests.ui ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/target/anttestsui.jar-classes
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/target/lib/antUITestsSupport.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.tests.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/anttestsui.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/lib/antUITestsSupport.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.ui ---
[WARNING] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] 
[INFO] -------------< org.eclipse.platform:org.eclipse.platform >--------------
[INFO] Building org.eclipse.platform 4.21.0-SNAPSHOT                     [9/10]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform ---
[INFO] The project's OSGi version is 4.21.0.v20220318-0554
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.platform ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.platform ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.platform ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/target/org.eclipse.platform-4.21.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/platform.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/target/org.eclipse.platform-4.21.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform ---
[INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.platform ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.platform ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.sdk
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] eclipse.platform 4.21.0-SNAPSHOT ................... SUCCESS [ 19.544 s]
[INFO] org.eclipse.update.configurator 3.4.800-SNAPSHOT ... SUCCESS [ 33.529 s]
[INFO] org.eclipse.update.configurator.tests 0.1.0-SNAPSHOT SUCCESS [  2.923 s]
[INFO] org.eclipse.ant.core 3.6.100-SNAPSHOT .............. SUCCESS [ 16.924 s]
[INFO] org.eclipse.ant.launching 1.3.0-SNAPSHOT ........... SUCCESS [ 23.429 s]
[INFO] org.eclipse.ant.ui 3.8.0-SNAPSHOT .................. SUCCESS [ 44.557 s]
[INFO] org.eclipse.ant.tests.core 3.6.100-SNAPSHOT ........ FAILURE [  0.771 s]
[INFO] org.eclipse.ant.tests.ui 3.10.100-SNAPSHOT ......... FAILURE [  1.248 s]
[INFO] org.eclipse.platform 4.21.0-SNAPSHOT ............... FAILURE [  0.295 s]
[INFO] org.eclipse.sdk 4.21.0-SNAPSHOT .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:16 min
[INFO] Finished at: 2022-03-18T05:57:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) on project org.eclipse.ant.tests.core: Execution default-p2-metadata-default of goal org.eclipse.tycho:tycho-p2-plugin:2.4.0:p2-metadata-default failed. UnsupportedOperationException -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) on project org.eclipse.ant.tests.ui: Execution default-p2-metadata-default of goal org.eclipse.tycho:tycho-p2-plugin:2.4.0:p2-metadata-default failed. UnsupportedOperationException -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.platform: Only qualifier changed for (org.eclipse.platform/4.21.0.v20220318-0554). Expected to have bigger x.y.z than what is available in baseline (4.21.0.v20210906-0500) -> [Help 2]
[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/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.ant.tests.core
[Pipeline] }
Terminating xvnc.

Fri Mar 18 05:58:05 2022
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] scanForIssues
[Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
[Maven] Sleeping for 5 seconds due to JENKINS-32191...
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance')
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance')
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_21_maintenance')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 3 issues
[Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
[Static Analysis] Reference build recorder is not configured
[Static Analysis] Obtaining reference build from same job (R4_21_maintenance)
[Static Analysis] Using reference build 'eclipse.platform/R4_21_maintenance #1' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 2, new: 1, fixed: 0
[Static Analysis] No quality gates have been set - skipping
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 3 issues (found 1 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform/R4_21_maintenance #2'.
[Checks API] No suitable checks publisher found.
[Pipeline] gerritReview
Gerrit Review is disabled no API URL
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check freeze period)
Stage "Check freeze period" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[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