Skip to content
Failed

Console Output

Skipping 3 KB.. Full Log
    - 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-kjm3t in /home/jenkins/agent/workspace/lipse.platform_R4_23_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_23_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_23_maintenance:refs/remotes/origin/R4_23_maintenance # timeout=10
Avoid second fetch
Checking out Revision d5bda2a1b022b19b77bf260f8304404e4bdca7e5 (R4_23_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_23_maintenance:refs/remotes/origin/R4_23_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5bda2a1b022b19b77bf260f8304404e4bdca7e5 # timeout=10
Commit message: "Bug 578932 - Add help stubs for 4.23"
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_23_maintenance] $ Xvnc -help
Starting xvnc
[lipse.platform_R4_23_maintenance] $ Xvnc :79 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
[Pipeline] shCopyright (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:22 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5979
 vncext:      created VNC server for screen 0
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/lipse.platform_R4_23_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] Resolving target definition file:/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@3a66d97e...
[INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
[WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (130.4kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator/pom.xml
[INFO] Fetching R-4.23-202203080310&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.23/ (63B)
[INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (72.7kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.23/R-4.23-202203080310/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (411.93kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (804.8kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (880.97kB)
[INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.44MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (674.85kB)
[INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.81kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (108.25kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.48kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (203.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/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.23/R-4.23-202203080310/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (251.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (367.53kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (170.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (74.12kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (173.65kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (218.82kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.08MB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (113.09kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (107.15kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (421.77kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (65.43kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.04MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.14MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.14MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/pom.xml
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.96MB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.64kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/pom.xml
[INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (396.72kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (563.5kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (42.65kB)
[INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (6.66MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (908.78kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.23/R-4.23-202203080310/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.600.v20220226-0801.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.jdt.junit_3.14.0.v20220127-1854.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (516.78kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.200.v20220204-2234.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (176.32kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/pom.xml
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (110.36kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (367.36kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (244.04kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (102.07kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (242.66kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/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.23/R-4.23-202203080310/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (477.29kB)
[INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.35MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml
[INFO] Fetching org.eclipse.test.performance_3.18.0.v20210623-0710.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (111.48kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (219.09kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.6kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (117.58kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform:4.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (344.68kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (379kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.23/R-4.23-202203080310/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.help.base_4.3.600.v20220308-0310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (432.51kB)
[INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (534.62kB)
[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.23.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_23_maintenance/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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_23_maintenance/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.platform ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.7.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.7.0:list-dependencies (list-dependencies) @ eclipse.platform ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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.7.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.7.0:validate-id (default-validate-id) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/update/org.eclipse.update.configurator/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator ---
[INFO] Resolving class path of org.eclipse.update.configurator...
[INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.11kB)
[INFO] Fetching org.eclipse.equinox.region_1.5.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (77.37kB)
[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_23_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_23_maintenance/update/org.eclipse.update.configurator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.update.configurator ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/update/org.eclipse.update.configurator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.update.configurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.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_23_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.7.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.7.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.23/R-4.23-202203080310/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/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.7.0:list-dependencies (list-dependencies) @ org.eclipse.update.configurator ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.update.configurator ---
[INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.300.v20220210-1319.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (43.53kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.800.v20220204-0559.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (943.85kB)
[INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (130.43kB)
[INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (64.52kB)
[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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_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.7.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.7.0:validate-id (default-validate-id) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/update/org.eclipse.update.configurator.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator.tests ---
[INFO] Resolving class path of org.eclipse.update.configurator.tests...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (34.71kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (82.57kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.tests.urischeme_1.1.100.v20211010-0529.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (86.37kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.16kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (132.48kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (57.74kB)
[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_23_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_23_maintenance/update/org.eclipse.update.configurator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.update.configurator.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/update/org.eclipse.update.configurator.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.update.configurator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_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.7.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.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_23_maintenance/update/org.eclipse.update.configurator.tests/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.0:test (default-test) @ org.eclipse.update.configurator.tests ---
[INFO] Could not find the Toolchain, using java from JAVA_HOME instead
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator.tests/target/work/data, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/update/org.eclipse.update.configurator.tests/target/work, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_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_23_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.063 s - in org.eclipse.update.configurator.tests.AutomatedSuite
testLicenseUrl(org.eclipse.update.internal.configurator.tests.FeatureEntryTests)  Time elapsed: 0.012 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.7.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.7.0:list-dependencies (list-dependencies) @ org.eclipse.update.configurator.tests ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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.300-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core ---
[INFO] The project's OSGi version is 3.6.300.v20220214-2001
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.core/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ant.core ---
[INFO] Resolving class path of org.eclipse.ant.core...
[INFO] Fetching org.eclipse.ant.optional.junit_3.3.300.v20180822-0818.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (7.51kB)
[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_23_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_23_maintenance/ant/org.eclipse.ant.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.ant.core ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/classes
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.core_3.6.300.v20220214-2001, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_23_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_23_maintenance/ant/org.eclipse.ant.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.ant.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ant.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/lib/antsupportlib.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core ---
[INFO] Fetching org.eclipse.ant.core.source_3.6.300.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (97.27kB)
[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.7.0:list-dependencies (list-dependencies) @ org.eclipse.ant.core ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_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.200-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching ---
[INFO] The project's OSGi version is 1.3.200.v20220214-2001
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.launching/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ant.launching ---
[INFO] Resolving class path of org.eclipse.ant.launching...
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (220.7kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.100.v20211201-1611.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (196.11kB)
[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_23_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_23_maintenance/ant/org.eclipse.ant.launching/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.ant.launching ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/classes
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.launching_1.3.200.v20220214-2001, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_23_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_23_maintenance/ant/org.eclipse.ant.launching/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.ant.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ant.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/lib/loggers.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching ---
[INFO] Fetching org.eclipse.ant.launching_1.3.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (161.05kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (128.21kB)
[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.7.0:list-dependencies (list-dependencies) @ org.eclipse.ant.launching ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_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.200-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui ---
[INFO] The project's OSGi version is 3.8.200.v20220214-2001
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.ui/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ant.ui ---
[INFO] Resolving class path of 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_23_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_23_maintenance/ant/org.eclipse.ant.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.ant.ui ---
[INFO] Compiling 258 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.ui_3.8.200.v20220214-2001, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui, -binary, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/classes:/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes, -target, /home/jenkins/agent/workspace/lipse.platform_R4_23_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_23_maintenance/ant/org.eclipse.ant.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.ant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/lib/antrunner.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui ---
[INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui ---
[INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (610.05kB)
[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.7.0:list-dependencies (list-dependencies) @ org.eclipse.ant.ui ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_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.200-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.core ---
[INFO] The project's OSGi version is 3.6.200.v20211106-0840
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.tests.core/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.core ---
[INFO] Resolving class path of 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_23_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_23_maintenance/ant/org.eclipse.ant.tests.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.ant.tests.core ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/anttestscore.jar-classes
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/lib/antTestsSupport.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.tests.core/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/anttestscore.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/lib/antTestsSupport.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.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.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts are not present in the baseline and have been removed: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.0:test (default-test) @ org.eclipse.ant.tests.core ---
[INFO] Could not find the Toolchain, using java from JAVA_HOME instead
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/work/data, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/work, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/surefire.properties]
Running org.eclipse.ant.tests.core.AutomatedSuite
Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.075 s - in org.eclipse.ant.tests.core.AutomatedSuite
testGetTargets(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.741 s
testClasspathOrderingDeprecated(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.64 s
testIncludeAntRuntime(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0 s
testAntClasspathEntryFromUrl(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0 s
testNoDefaultTarget(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.219 s
testGlobalPropertyFile(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.271 s
testSpecificTargetWithNoDefaultTarget(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.206 s
testSettingAntHome(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.502 s
testGlobalPropertyFileWithMinusDTakingPrecedence(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.209 s
testGlobalProperty(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.233 s
testClasspathOrdering(org.eclipse.ant.tests.core.tests.FrameworkTests)  Time elapsed: 0.475 s
testDefaultTarget(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.108 s
testTargetProject(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.098 s
testTargetDescription(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.09 s
testRunScript(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.227 s
testGetTargetsWithDataTypes(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.271 s
testTargetDependencies(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.101 s
testTargetNames(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.098 s
testGetTargetsWithAntHome(org.eclipse.ant.tests.core.tests.TargetTests)  Time elapsed: 0.254 s
testValueWithClass(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.231 s
testNotHeadless(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.207 s
testClass(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.215 s
testValue(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.237 s
testHeadless(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.248 s
testBasePropertiesSet(org.eclipse.ant.tests.core.tests.ProjectTests)  Time elapsed: 0.23 s
testListenerMultipleWithBad(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.09 s
testSpecifyBothBadAndGoodTargetsAsArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.226 s
testMinusDMinusd(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.178 s
testBuildFileWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.093 s
testProjecthelp(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.108 s
testInputHandler(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.172 s
testDiagnostics(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 1.418 s
testMinusDWithSpaces(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.18 s
testHelp(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.086 s
testLoggerBad(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.122 s
testProjecthelpQuiet(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.097 s
testPropertyFileWithMinusDTakingPrecedence(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.161 s
testBuildFile(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.197 s
testInputHandlerMultiple(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.156 s
testMinusKeepGoing(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.238 s
testMinusNoInput(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.158 s
testMinusDEmpty(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.179 s
testPropertyFileWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.079 s
testMinusDAndGlobalProperties(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.161 s
testListenerMultiple(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.187 s
testInputHandlerBad2(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.087 s
testTwoLoggers(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.075 s
testLogFile(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.206 s
testVersion(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.102 s
testLogFileWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.08 s
testPropertiesWithMinusDebug(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.168 s
testPropertyFile(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.208 s
testLoggerWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.094 s
testSpecifyTargetAsArgWithOtherOptions(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.185 s
testInputHandlerWithMinusNoInput(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.173 s
testUnknownArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.213 s
testSpecifyTargetsAsArgWithOtherOptions(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.162 s
testInputHandlerBad(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.078 s
testSpecifyBadTargetAsArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.109 s
testSpecifyTargetAsArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.171 s
testListenerBad(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.092 s
testMinusDebug(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.187 s
testInputHandlerWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.07 s
testMinusQuiet(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.162 s
testPropertyFileFileNotFound(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.19 s
testListenerWithNoArg(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.082 s
testMinusD(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.163 s
testMinusH(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.076 s
testMinusK(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.173 s
testMinusP(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.097 s
testListenerClassNotFound(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.072 s
testXmlLoggerListener(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.22 s
testSpecifyTargetAsArgAndQuiet(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.197 s
testListener(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 0.188 s
testDiagnosticsWithNoAntHome(org.eclipse.ant.tests.core.tests.OptionTests)  Time elapsed: 1.238 s
testTaskDefinedInExtensionPoint(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.156 s
testAddTaskSettingLibraryEntry(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.165 s
testTasksDefinedInPropertyFile(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.158 s
testAddTaskSettingLibrary(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.174 s
testRemoveTask(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.17 s
testTaskDefinedInExtensionPointWithURI(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.207 s
testAddTaskFromFolder(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.222 s
testTaskDefinedInExtensionPointHeadless(org.eclipse.ant.tests.core.tests.TaskTests)  Time elapsed: 0.18 s
testTypeDefinedInExtensionPointHeadless(org.eclipse.ant.tests.core.tests.TypeTests)  Time elapsed: 0.171 s
testAddType(org.eclipse.ant.tests.core.tests.TypeTests)  Time elapsed: 0.207 s
testRemoveType(org.eclipse.ant.tests.core.tests.TypeTests)  Time elapsed: 0.169 s
testTypeDefinedInExtensionPoint(org.eclipse.ant.tests.core.tests.TypeTests)  Time elapsed: 0.308 s
testPropertyEqualNameOnly(org.eclipse.ant.tests.core.tests.PropertyTests)  Time elapsed: 0 s
testPropertyNotEqual2(org.eclipse.ant.tests.core.tests.PropertyTests)  Time elapsed: 0 s
testPropertyEqual(org.eclipse.ant.tests.core.tests.PropertyTests)  Time elapsed: 0.001 s
testPropertyNotEqual(org.eclipse.ant.tests.core.tests.PropertyTests)  Time elapsed: 0 s
testPropertyNotEqualNull(org.eclipse.ant.tests.core.tests.PropertyTests)  Time elapsed: 0 s
test_getInCheck(org.eclipse.ant.tests.core.tests.AntSecurityManagerTest)  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.core ---
[INFO] Fetching org.eclipse.ant.tests.core_3.6.200.v20211106-0840.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (87.02kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.ant.tests.core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.7.0:list-dependencies (list-dependencies) @ org.eclipse.ant.tests.core ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.ant.tests.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.core/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] --------------< org.eclipse.ant:org.eclipse.ant.tests.ui >--------------
[INFO] Building org.eclipse.ant.tests.ui 3.10.300-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.ui ---
[INFO] The project's OSGi version is 3.10.300.v20220126-1339
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.tests.ui/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.ui ---
[INFO] Resolving class path of org.eclipse.ant.tests.ui...
[INFO] Fetching org.eclipse.test.performance.win32_3.1.500.v20211012-2002.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (39.28kB)
[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_23_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_23_maintenance/ant/org.eclipse.ant.tests.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.ant.tests.ui ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/anttestsui.jar-classes
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/lib/antUITestsSupport.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/ant/org.eclipse.ant.tests.ui/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/anttestsui.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/lib/antUITestsSupport.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.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.300-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_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] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts are not present in the baseline and have been removed: [sources]

[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.0:test (default-test) @ org.eclipse.ant.tests.ui ---
[INFO] Could not find the Toolchain, using java from JAVA_HOME instead
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/work/data, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/work, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/surefire.properties]
Running org.eclipse.ant.tests.ui.testplugin.AntUITests
Proposals length:6
Tests run: 229, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.965 s - in org.eclipse.ant.tests.ui.testplugin.AntUITests
testVerboseStackTrace  Time elapsed: 1.956 s
testColor  Time elapsed: 0.462 s
testLinks  Time elapsed: 0.413 s
testBuildFailedLinks  Time elapsed: 0.552 s
testBuildFailedMessage  Time elapsed: 0.64 s
testOutput  Time elapsed: 0.42 s
testPropertySubstitution  Time elapsed: 0.422 s
testXmlLoggerListener  Time elapsed: 0.417 s
testWorkingDirectory  Time elapsed: 1.486 s
testProperties  Time elapsed: 1.365 s
testProjectHelp  Time elapsed: 0.882 s
testAntHome  Time elapsed: 1.112 s
testBuild  Time elapsed: 1.178 s
testColor  Time elapsed: 1.161 s
testLinks  Time elapsed: 1.136 s
testBuildFailedLinks  Time elapsed: 0.359 s
testExtraClasspathEntries  Time elapsed: 1.212 s
testExtensionPointTask  Time elapsed: 1.181 s
testExtensionPointType  Time elapsed: 1.066 s
testFailInputHandler  Time elapsed: 1.074 s
testPropertySubstitution  Time elapsed: 1.091 s
testXmlLoggerListener  Time elapsed: 1.14 s
testHoverForPath  Time elapsed: 0.461 s
testMacroDefOpenDeclaration  Time elapsed: 0.432 s
testHoverRegionWithSpaces  Time elapsed: 0.32 s
testRefOpenDeclaration  Time elapsed: 0.352 s
testOpenImport  Time elapsed: 0.268 s
testPropertyOpenDeclaration  Time elapsed: 0.345 s
testAugmentOpenInEditor  Time elapsed: 0.225 s
testOpenImportViaClasspath  Time elapsed: 0.797 s
testPatternSetHover  Time elapsed: 0.266 s
testAugmentOpenAndSelect  Time elapsed: 0.201 s
testTargetOpenDeclaration  Time elapsed: 0.246 s
testTaskdefOpenDeclaration  Time elapsed: 0.229 s
testOpenImportWithByteOrderMark  Time elapsed: 0.001 s
testAugmentMissingId  Time elapsed: 0.223 s
testFileSetHover  Time elapsed: 0.304 s
testExtensionPointOpenDeclaration  Time elapsed: 0.198 s
testAugmentOpenSelectHover  Time elapsed: 0.221 s
testBadPatternSetHover  Time elapsed: 0.243 s
testMacroDefOpenDeclarationWithURI  Time elapsed: 0.257 s
testSelfClosingTagOpenDeclaration  Time elapsed: 0.232 s
testHoverForProperty  Time elapsed: 0.269 s
testMacroDefAttributeOpenDeclaration  Time elapsed: 0.251 s
testProjectDefaultProposals  Time elapsed: 0.063 s
testNestedElementAttributeValueProposals  Time elapsed: 0.191 s
testFindChildElement  Time elapsed: 0.001 s
testSystemPropertyProposals  Time elapsed: 0.073 s
testNamespacedMacrodefProposals  Time elapsed: 0.114 s
testDeterminingPrefix  Time elapsed: 0 s
testCustomEnumeratedProposals  Time elapsed: 0.042 s
testDeterminingAttributeValueProposalMode  Time elapsed: 0.001 s
testMacrodefNestedElementAttributeProposals  Time elapsed: 0.065 s
testPreferencePropertyProposals  Time elapsed: 0.402 s
testExtensionPointTaskProposals  Time elapsed: 0.043 s
testTargetUnlessProposals  Time elapsed: 0.046 s
testJavacReferencesProposals  Time elapsed: 0.039 s
testExtensionPoint  Time elapsed: 0.007 s
testTaskProposals  Time elapsed: 0.059 s
testNestedElementTemplateProposals  Time elapsed: 0.216 s
testPropertyProposals  Time elapsed: 0.055 s
testTaskProposalsForEmptyBuildFile  Time elapsed: 0.005 s
testProjectAttributeProposals  Time elapsed: 0.057 s
testMacrodefAttributeProposals  Time elapsed: 0.049 s
testExtensionOf  Time elapsed: 0.005 s
testDeterminingNoneProposalMode  Time elapsed: 0 s
testTargetDependProposalImages  Time elapsed: 0.005 s
testFailProposals  Time elapsed: 0.036 s
testCustomReferenceProposals  Time elapsed: 0.044 s
testTargetTemplateProposals  Time elapsed: 0.443 s
testMacrodefElementProposals  Time elapsed: 0.037 s
testAntcallTargetProposalImages  Time elapsed: 0.048 s
testAntCallTargetProposals  Time elapsed: 0.005 s
testPropertyProposalDefinedInDependantTargets  Time elapsed: 0.059 s
testCustomBooleanProposals  Time elapsed: 0.037 s
testCustomTaskProposals  Time elapsed: 0.037 s
testTargetIfProposals  Time elapsed: 0.045 s
testNestedElementAttributeProposals  Time elapsed: 0.039 s
testBuiltInPropertyProposals  Time elapsed: 0.053 s
testEmptyBuildfileProposals  Time elapsed: 0.133 s
testBadProjectProposals  Time elapsed: 0.005 s
testDeterminingAttributeProposalMode  Time elapsed: 0 s
testDeterminingTaskProposalMode  Time elapsed: 0.001 s
testDeterminingPropertyProposalMode  Time elapsed: 0 s
testRefidProposals  Time elapsed: 0.036 s
testMixedElements  Time elapsed: 0.016 s
testProjectDefaultProposalImages  Time elapsed: 0.003 s
testAttributeValueProposals  Time elapsed: 0.038 s
testTargetDependProposals  Time elapsed: 0.036 s
testPropertyTemplateProposals  Time elapsed: 0.2 s
testMacrodefProposals  Time elapsed: 0.052 s
testNamespacedMacrodefAttributeProposals  Time elapsed: 0.034 s
testDeterminingTaskClosingProposalMode  Time elapsed: 0 s
testNestedElementProposals  Time elapsed: 0.049 s
testAttributeProposals  Time elapsed: 0 s
testGettingTaskDescription  Time elapsed: 0.001 s
testGettingAttribute  Time elapsed: 0 s
testGettingRequired  Time elapsed: 0 s
testWithProjectOnlyBuildFile  Time elapsed: 0.005 s
testWithEmptyBuildFile  Time elapsed: 0 s
testAdvancedTaskLocation  Time elapsed: 0.036 s
testParsingOfNonValidFile  Time elapsed: 0.041 s
testInternalTargets  Time elapsed: 0.004 s
testCreationOfOutlineTree  Time elapsed: 0.038 s
test21ProgramMigration  Time elapsed: 0.004 s
test21AntMigration  Time elapsed: 0.001 s
test20AntMigration  Time elapsed: 0.001 s
test20ProgramMigration  Time elapsed: 0 s
testToBuildCommand1  Time elapsed: 0.005 s
testToBuildCommand2  Time elapsed: 0.004 s
testToBuildCommand3  Time elapsed: 0.002 s
testConfigureTriggers10  Time elapsed: 0.051 s
testBuildTypesToArray1  Time elapsed: 0.001 s
testIsUnmigratedConfig1  Time elapsed: 0 s
testIsUnmigratedConfig2  Time elapsed: 0.002 s
testConfigFromBuildCommandArgs1  Time elapsed: 0 s
testConfigFromBuildCommandArgs2  Time elapsed: 0 s
testConfigFromBuildCommandArgs3  Time elapsed: 0.001 s
testConfigFromBuildCommandArgs4  Time elapsed: 0.003 s
testConfigFromBuildCommandArgs5  Time elapsed: 0.002 s
testConfigFromBuildCommandArgs6  Time elapsed: 0.002 s
testConfigFromBuildCommandArgs7  Time elapsed: 0.002 s
testConfigureTriggers1  Time elapsed: 0.005 s
testConfigureTriggers2  Time elapsed: 0.005 s
testConfigureTriggers3  Time elapsed: 0.005 s
testConfigureTriggers4  Time elapsed: 0.005 s
testConfigureTriggers5  Time elapsed: 0.005 s
testConfigureTriggers6  Time elapsed: 0.005 s
testConfigureTriggers7  Time elapsed: 0.004 s
testConfigureTriggers8  Time elapsed: 0.004 s
testConfigureTriggers9  Time elapsed: 0.005 s
testGetReferences1  Time elapsed: 0.001 s
testsetNewProperty1  Time elapsed: 0 s
testGetReference1  Time elapsed: 0 s
testGetReference2  Time elapsed: 0 s
testGetReference3  Time elapsed: 0 s
testCreateClassloader1  Time elapsed: 0 s
testGetProperties1  Time elapsed: 0 s
testGetCopyOfReferences1  Time elapsed: 0 s
testGetProprty1  Time elapsed: 0 s
testGetProprty2  Time elapsed: 0 s
testReset1  Time elapsed: 0.001 s
testGetCanonicalIndent  Time elapsed: 0 s
testTabsInsteadOfSpaces  Time elapsed: 0.026 s
testTabWidth  Time elapsed: 0.001 s
testGeneralFormat  Time elapsed: 0.001 s
testParserGetAttributes  Time elapsed: 0.002 s
testLineRequiresWrap  Time elapsed: 0.001 s
testBug63558  Time elapsed: 0.001 s
testBug73411  Time elapsed: 0 s
testTabExpandedLineWidth  Time elapsed: 0 s
testTabToStringAndMinimumLength  Time elapsed: 0 s
testFormat01  Time elapsed: 0 s
testFormat02  Time elapsed: 0 s
testWrapTag  Time elapsed: 0 s
testParserGetElementName  Time elapsed: 0.001 s
testFormatWithPreferenceParameter  Time elapsed: 0.002 s
testFormatUsingPreferenceStore  Time elapsed: 0.001 s
testFormatMaintainingLineSeparators  Time elapsed: 0.001 s
testGetIncludeTargetsComplexHierarchyNoAlias  Time elapsed: 0.044 s
testGetIncludeTargetsSimpleHierarchyNoAliases  Time elapsed: 0.058 s
testGetIncludeTargetsComplexHierarchyAlias  Time elapsed: 0.039 s
testGetIncludeTargetsExternalFiles  Time elapsed: 0.109 s
testGetTargetsLaunchConfiguration  Time elapsed: 0.006 s
testGetTargetsLaunchConfigurationMinusDAndProperty  Time elapsed: 0.052 s
testIsKnownAntFileName  Time elapsed: 0.001 s
testGetIncludeTargetsComplexHierarchyMisc  Time elapsed: 0.041 s
testGetIncludeTargetsSimpleHierarchyAlias  Time elapsed: 0.047 s
testGetIncludeTargetsPerformance  Time elapsed: 4.033 s
testGetTargetsLaunchConfigurationProperty  Time elapsed: 0.04 s
testGetTargetsLaunchConfigurationMinusD  Time elapsed: 0.08 s
testGetTargetsLaunchConfigurationPropertyFile  Time elapsed: 0.051 s
testAntBuildFilesExtensionFilter  Time elapsed: 0.002 s
testAddBuildFilesAction  Time elapsed: 0.062 s
testTargetBreakpointSepVM  Time elapsed: 2.02 s
testTaskOutOfTargetBreakpointSepVm  Time elapsed: 2.218 s
testSkipLineBreakpointSepVM  Time elapsed: 1.286 s
testEnableDisableBreakpoint  Time elapsed: 0.491 s
testTargetBreakpoint  Time elapsed: 3.342 s
testEnableDisableBreakpointSepVM  Time elapsed: 2.829 s
testDisabledBreakpoint  Time elapsed: 0.382 s
testBreakpoint  Time elapsed: 3.292 s
testSkipLineBreakpoint  Time elapsed: 0.494 s
testDeferredBreakpointsSepVM  Time elapsed: 2.239 s
testDeferredBreakpoints  Time elapsed: 0.372 s
testTaskOutOfTargetBreakpoint  Time elapsed: 3.412 s
testDisabledBreakpointSepVM  Time elapsed: 1.175 s
testBreakpointSepVM  Time elapsed: 1.206 s
testRunToLineHitBreakpoint  Time elapsed: 0.601 s
testRunToLineSkipBreakpointSepVM  Time elapsed: 1.398 s
testRunToLineSkipBreakpoint  Time elapsed: 0.662 s
testRunToLineHitBreakpointSepVM  Time elapsed: 1.607 s
testRunToLine  Time elapsed: 0.598 s
testRunToLineSepVM  Time elapsed: 1.816 s
testStepOverAntCall  Time elapsed: 0.331 s
testStepOverAntCallHitBreakpointSepVM  Time elapsed: 1.481 s
testStepOverAntCallHitBreakpoint  Time elapsed: 0.281 s
testStepBackFromAntCallSepVM  Time elapsed: 1.464 s
testStepIntoMacrodefSepVM  Time elapsed: 1.206 s
testStepOverAntCallPastOtherAntCalls  Time elapsed: 0.318 s
testStepOverAntCallSepVM  Time elapsed: 1.726 s
testStepIntoAntCall  Time elapsed: 0.384 s
testStepBackFromAntCall  Time elapsed: 0.401 s
testStepOutOfMacrodef  Time elapsed: 0.332 s
testStepIntoAntCallSepVM  Time elapsed: 1.593 s
testStepIntoMacrodef  Time elapsed: 0.313 s
testStepOutOfMacrodefSepVM  Time elapsed: 1.929 s
testStepOverAntCallPastOtherAntCallsSepVm  Time elapsed: 1.179 s
testRuntimeProperties  Time elapsed: 0.342 s
testUserPropertiesSepVM  Time elapsed: 1.685 s
testUserProperties  Time elapsed: 0.297 s
testSystemProperties  Time elapsed: 0.306 s
testSystemPropertiesSepVM  Time elapsed: 1.697 s
testNoRefFromProjectDefault  Time elapsed: 0.155 s
testPropertyAndTargetWithSameName  Time elapsed: 0.165 s
testTargetFromAnt  Time elapsed: 0.202 s
testTargetFromProjectDefault  Time elapsed: 0.15 s
testFromPropertyName  Time elapsed: 0.209 s
testFromMacrodefAttributeDecl  Time elapsed: 0.27 s
testFromPropertyValue  Time elapsed: 0.188 s
testTargetFromAntCall  Time elapsed: 0.179 s
testPropertyRefFromTaskText  Time elapsed: 0.201 s
testTargetFromTargetDepends  Time elapsed: 0.138 s
testTargetFromTargetIf  Time elapsed: 0.178 s
testFromPropertyLocation  Time elapsed: 0.171 s
testFromMacrodefAttributeRef  Time elapsed: 0.167 s
testStackForAntCall  Time elapsed: 0.211 s
testStackForAntCallVM  Time elapsed: 1.526 s
testCompareJavaVersions  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.ui ---
[INFO] Fetching org.eclipse.ant.tests.ui_3.10.300.v20220126-1339.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (224.87kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.ant.tests.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.7.0:list-dependencies (list-dependencies) @ org.eclipse.ant.tests.ui ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.ant.tests.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui, -baseline, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/ant/org.eclipse.ant.tests.ui/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------------< org.eclipse.platform:org.eclipse.platform >--------------
[INFO] Building org.eclipse.platform 4.23.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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform ---
[INFO] The project's OSGi version is 4.23.0.v20220318-0554
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.platform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/platform/org.eclipse.platform/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.platform ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.platform ---
[INFO] Resolving class path of 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_23_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_23_maintenance/platform/org.eclipse.platform/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.platform ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/platform/org.eclipse.platform/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/target/org.eclipse.platform-4.23.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.7.0:package-plugin (default-package-plugin) @ org.eclipse.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/platform.jar
[INFO] Building jar: /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/target/org.eclipse.platform-4.23.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform ---
[INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.platform:4.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance/platform/org.eclipse.platform/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.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.7.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.23.0-SNAPSHOT ................... SUCCESS [ 14.231 s]
[INFO] org.eclipse.update.configurator 3.4.800-SNAPSHOT ... SUCCESS [ 34.995 s]
[INFO] org.eclipse.update.configurator.tests 0.1.0-SNAPSHOT SUCCESS [  4.753 s]
[INFO] org.eclipse.ant.core 3.6.300-SNAPSHOT .............. SUCCESS [ 19.627 s]
[INFO] org.eclipse.ant.launching 1.3.200-SNAPSHOT ......... SUCCESS [ 28.382 s]
[INFO] org.eclipse.ant.ui 3.8.200-SNAPSHOT ................ SUCCESS [ 55.205 s]
[INFO] org.eclipse.ant.tests.core 3.6.200-SNAPSHOT ........ SUCCESS [ 38.161 s]
[INFO] org.eclipse.ant.tests.ui 3.10.300-SNAPSHOT ......... SUCCESS [01:55 min]
[INFO] org.eclipse.platform 4.23.0-SNAPSHOT ............... FAILURE [  0.696 s]
[INFO] org.eclipse.sdk 4.23.0-SNAPSHOT .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:57 min
[INFO] Finished at: 2022-03-18T06:00:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.platform: Only qualifier changed for (org.eclipse.platform/4.23.0.v20220318-0554). Expected to have bigger x.y.z than what is available in baseline (4.23.0.v20220308-0310) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.platform
[Pipeline] }
Terminating xvnc.

Fri Mar 18 06:00:32 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_23_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_23_maintenance')
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance')
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 4 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lipse.platform_R4_23_maintenance')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 4 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_23_maintenance)
[Static Analysis] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[Static Analysis] All reported issues will be considered outstanding
[Static Analysis] No quality gates have been set - skipping
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 4 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform/R4_23_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